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 167696e commit d03370aCopy full SHA for d03370a
.github/workflows/pr.yml
@@ -14,7 +14,7 @@ jobs:
14
githubToken: ${{ secrets.GITHUB_TOKEN }}
15
16
alpha:
17
- uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@saihaj/311
+ uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
18
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
19
with:
20
npmTag: alpha
@@ -27,7 +27,7 @@ jobs:
27
npmToken: ${{ secrets.NPM_TOKEN }}
28
29
release-candidate:
30
31
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
32
33
npmTag: rc
0 commit comments