diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 1cef2c5..fd9f610 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -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 \ No newline at end of file + 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