From c599161cb8d31478aefd4f1e3b14bfe818f1dbad Mon Sep 17 00:00:00 2001 From: cpilITU Date: Wed, 15 Nov 2023 17:06:19 +0100 Subject: [PATCH] Tried to automatically add tag, used this link to help: https://github.com/softprops/action-gh-release/issues/20 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d84fb4a..5d4185e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,11 +39,13 @@ jobs: rm -r "${release_os}" done - name: Set Tag + id: tag run: echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV - name: Publish release uses: softprops/action-gh-release@v1 with: + tag_name: ${{ steps.tag.outputs.release_tag }} files: | ${{ github.workspace }}/Chirp.Razor/Chirp-*.zip env: