Skip to content

Commit

Permalink
[chore] fix condition of RC publishing action
Browse files Browse the repository at this point in the history
  • Loading branch information
EmrysMyrddin committed Jun 3, 2024
1 parent 2ea5dc6 commit e7dcce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

release-candidate:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
with:
npmTag: rc
restoreDeletedChangesets: false
Expand Down

0 comments on commit e7dcce3

Please sign in to comment.