Skip to content

Commit eadc187

Browse files
authored
automatic-releases: remove v from before input tag
1 parent bcde566 commit eadc187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automatic-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
uses: plu5/automatic-releases-with-sha-action@main
3535
with:
3636
repo_token: ${{ secrets.GITHUB_TOKEN }}
37-
automatic_release_tag: v${{ inputs.tag1 }}
37+
automatic_release_tag: ${{ inputs.tag1 }}
3838
prerelease: false
3939
files: ./dist/*

0 commit comments

Comments
 (0)