Skip to content

Commit b9864eb

Browse files
committed
move shared workflows
1 parent 95a2111 commit b9864eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ permissions: write-all
88

99
jobs:
1010
dependencies:
11-
uses: ./.github/workflows/reusable/changesets-dependencies.yml
11+
uses: ./.github/workflows/shared-changesets-dependencies.yml
1212
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
1313
secrets:
1414
githubToken: ${{ secrets.GITHUB_TOKEN }}
1515

1616
alpha:
17-
uses: ./.github/workflows/reusable/release-snapshot.yml
17+
uses: ./.github/workflows/shared-release-snapshot.yml
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: ./.github/workflows/reusable/release-snapshot.yml
30+
uses: ./.github/workflows/shared-release-snapshot.yml
3131
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
3232
with:
3333
npmTag: rc

0 commit comments

Comments
 (0)