Skip to content

Commit

Permalink
fix: Release mode for release promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Aug 22, 2023
1 parent 750d1ea commit 8aa0102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: benwoo1110/semantic-release-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version_bump: promote
release_mode: promote
promote_from: ${{ github.event.inputs.version }}

- name: Publish package
Expand Down

0 comments on commit 8aa0102

Please sign in to comment.