Skip to content

Commit

Permalink
Tried to automatically add tag, used this link to help: softprops/act…
Browse files Browse the repository at this point in the history
  • Loading branch information
cpilITU committed Nov 15, 2023
1 parent ed71a42 commit c599161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand Down

0 comments on commit c599161

Please sign in to comment.