Skip to content

Commit

Permalink
Added step to perform release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Nov 24, 2023
1 parent 98d6907 commit b92821f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
name: deb
path: ./results/artifacts/aum_${{ steps.requestMakefile.outputs.VERSION }}.deb
if-no-files-found: error
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: |
./results/artifacts/aum_${{ steps.requestMakefile.outputs.VERSION }}.deb
fail_on_unmatched_files: true

0 comments on commit b92821f

Please sign in to comment.