Skip to content

Commit

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

Please sign in to comment.