Skip to content

Commit d01dbc7

Browse files
authored
Merge pull request #1136 from emberjs/kg-fix-ci-pub
Remove a layer of abstraction and pass registry-url
2 parents 2d0de1d + 1ea2642 commit d01dbc7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/publish.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ jobs:
1111
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout + Install node + Install deps with pnpm
15-
uses: wyvox/action@v1
14+
- name: Checkout
15+
uses: actions/checkout@v3
16+
17+
- name: Install node + Install deps with pnpm
18+
uses: wyvox/action-setup-pnpm@v3
19+
with:
20+
node-registry-url: 'https://registry.npmjs.org'
1621

1722
- name: auto-dist-tag
1823
run: npx auto-dist-tag --write

0 commit comments

Comments
 (0)