We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea5dc6 commit e7dcce3Copy full SHA for e7dcce3
.github/workflows/pr.yml
@@ -20,7 +20,7 @@ jobs:
20
21
release-candidate:
22
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
23
- if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
+ if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
24
with:
25
npmTag: rc
26
restoreDeletedChangesets: false
0 commit comments