Skip to content

Commit d03370a

Browse files
committed
ci: fix release flow
1 parent 167696e commit d03370a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
githubToken: ${{ secrets.GITHUB_TOKEN }}
1515

1616
alpha:
17-
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@saihaj/311
17+
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
1818
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
1919
with:
2020
npmTag: alpha
@@ -27,7 +27,7 @@ jobs:
2727
npmToken: ${{ secrets.NPM_TOKEN }}
2828

2929
release-candidate:
30-
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@saihaj/311
30+
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
3131
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
3232
with:
3333
npmTag: rc

0 commit comments

Comments
 (0)