Skip to content

Commit

Permalink
Merge pull request #1136 from emberjs/kg-fix-ci-pub
Browse files Browse the repository at this point in the history
Remove a layer of abstraction and pass registry-url
  • Loading branch information
kategengler committed Sep 12, 2023
2 parents 2d0de1d + 1ea2642 commit d01dbc7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -11,8 +11,13 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: Checkout + Install node + Install deps with pnpm
uses: wyvox/action@v1
- name: Checkout
uses: actions/checkout@v3

- name: Install node + Install deps with pnpm
uses: wyvox/action-setup-pnpm@v3
with:
node-registry-url: 'https://registry.npmjs.org'

- name: auto-dist-tag
run: npx auto-dist-tag --write
Expand Down

0 comments on commit d01dbc7

Please sign in to comment.