Skip to content

Commit

Permalink
ci: fix typo in prerelease tag (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Dec 29, 2023
1 parent f6f1833 commit e7d3732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release-with-artifacts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- uses: glzr-io/actions/semantic-release@main
with:
is-prerelease: ${{ inputs.is-prerelease }}
prerelease_tag: nightly
prerelease-tag: nightly
gh-publish: true
gh-draft-release: ${{ !inputs.is-prerelease }}
gh-token: ${{ github.token }}
Expand Down

0 comments on commit e7d3732

Please sign in to comment.