Skip to content

Commit e7dcce3

Browse files
committed
[chore] fix condition of RC publishing action
1 parent 2ea5dc6 commit e7dcce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

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

0 commit comments

Comments
 (0)