We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c35cf85 + 4e1711a commit 06f710eCopy full SHA for 06f710e
.github/workflows/publish.yml
@@ -50,12 +50,9 @@ jobs:
50
- name: Build the package ready for publishing
51
run: pnpm run build
52
53
- - uses: JS-DevTools/npm-publish@v1
+ - name: Publish to NPM 📦
54
+ uses: JS-DevTools/npm-publish@v3
55
with:
- registry: 'https://npm.pkg.github.com'
56
- token: ${{ secrets.GITHUB_TOKEN }}
57
- check-version: true
58
-
59
- - if: steps.publish.outputs.type != 'none'
60
- run: |
61
- echo "@observerly/fits package version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
+ registry: 'https://registry.npmjs.org/'
+ access: 'public'
+ token: ${{ secrets.NPM_OBSERVERLY_PUBLIC_TOKEN }}
0 commit comments