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 bcde566 commit eadc187Copy full SHA for eadc187
.github/workflows/automatic-releases.yml
@@ -34,6 +34,6 @@ jobs:
34
uses: plu5/automatic-releases-with-sha-action@main
35
with:
36
repo_token: ${{ secrets.GITHUB_TOKEN }}
37
- automatic_release_tag: v${{ inputs.tag1 }}
+ automatic_release_tag: ${{ inputs.tag1 }}
38
prerelease: false
39
files: ./dist/*
0 commit comments