From 6e5489824d705b4c721fed64203667889481c82b Mon Sep 17 00:00:00 2001 From: francovaro Date: Thu, 1 Feb 2024 11:18:36 +0100 Subject: [PATCH] Create release --- .github/workflows/pack.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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