Skip to content

Commit e7d3732

Browse files
authored
ci: fix typo in prerelease tag (#490)
1 parent f6f1833 commit e7d3732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/release-with-artifacts/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
- uses: glzr-io/actions/semantic-release@main
2323
with:
2424
is-prerelease: ${{ inputs.is-prerelease }}
25-
prerelease_tag: nightly
25+
prerelease-tag: nightly
2626
gh-publish: true
2727
gh-draft-release: ${{ !inputs.is-prerelease }}
2828
gh-token: ${{ github.token }}

0 commit comments

Comments
 (0)