Skip to content

Commit

Permalink
Merge pull request #2954 from Multiverse/fix-release-type
Browse files Browse the repository at this point in the history
fix: Release mode for release promotion
  • Loading branch information
benwoo1110 committed Aug 22, 2023
2 parents 750d1ea + 8aa0102 commit 82a274b
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 82a274b

Please sign in to comment.