Skip to content

Commit c21cf28

Browse files
authored
Merge pull request #14 from pepabo/fix-release-workflow
Fix: inputs name
2 parents 058af8e + 327843d commit c21cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- uses: ./.github/actions/release
2323
if: steps.tagpr.outputs.tag != ''
2424
with:
25-
token: ${{ secrets.GITHUB_TOKEN }}
25+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)