We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d0de1d + 1ea2642 commit d01dbc7Copy full SHA for d01dbc7
.github/workflows/publish.yml
@@ -11,8 +11,13 @@ jobs:
11
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
12
runs-on: ubuntu-latest
13
steps:
14
- - name: Checkout + Install node + Install deps with pnpm
15
- uses: wyvox/action@v1
+ - name: Checkout
+ 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'
21
22
- name: auto-dist-tag
23
run: npx auto-dist-tag --write
0 commit comments