We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d73e3 commit 8e632afCopy full SHA for 8e632af
1 file changed
.github/workflows/ci.yml
@@ -32,9 +32,16 @@ jobs:
32
- name: Run Tests
33
run: npm run test
34
35
- - name: Publish
36
- uses: JS-DevTools/npm-publish@v3
+ - name: Publish NPM
+ uses: JS-DevTools/npm-publish@v4
37
if: startsWith(github.ref, 'refs/tags/')
38
with:
39
- access: 'public'
40
- token: ${{ secrets.NPM_AUTH_TOKEN }}
+ access: public
+ registry: https://npm.pkg.github.com
41
+
42
+ - name: Publish GitHub
43
44
+ if: startsWith(github.ref, 'refs/tags/')
45
+ with:
46
47
0 commit comments