Skip to content

Commit

Permalink
Create release
Browse files Browse the repository at this point in the history
  • Loading branch information
francovaro committed Feb 1, 2024
1 parent df96cc8 commit 6e54898
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,13 @@ jobs:
doxygen-version: 1.9.6
packchk-version: 1.3.98
gen-pack-script: ./gen_pack.sh
gen-pack-output: ./output
gen-pack-output: ./output

- uses: actions/create-release@v1
if: github.event_name == 'release'
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ github.event.release.body }}
draft: false
prerelease: false

0 comments on commit 6e54898

Please sign in to comment.