Skip to content

Commit

Permalink
fix: outsource release and build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Oct 23, 2024
1 parent 0c7a5c2 commit 5e421ec
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 71 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Release & Build

on:
workflow_dispatch:

jobs:
semantic:
uses: nemental/.github/.github/workflows/release.yml@main

docker:
uses: nemental/.github/.github/workflows/build.yml@main
needs: semantic
with:
version: ${{ needs.semantic.outputs.version }}
71 changes: 0 additions & 71 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 5e421ec

Please sign in to comment.