We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04db638 commit 5d5c681Copy full SHA for 5d5c681
.github/workflows/main.yml
@@ -32,9 +32,9 @@ jobs:
32
- id: vars
33
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
34
- uses: softprops/action-gh-release@v2
35
+ if: startsWith(github.ref, 'refs/tags/')
36
with:
37
files: dist/*
38
tag_name: ${{ steps.vars.outputs.sha_short }}
- tag: ${{ steps.vars.outputs.sha_short }}
39
name: Release ${{ steps.vars.outputs.sha_short }}
40
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments