We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5d911 commit fca0d14Copy full SHA for fca0d14
.github/workflows/update-and-publish.yml
@@ -83,9 +83,10 @@ jobs:
83
- name: Publish package
84
uses: JS-DevTools/npm-publish@v1
85
with:
86
- token: ${{ secrets.NPM_AUTH_TOKEN }}
+ access: 'public'
87
dry-run: false
88
check-version: true
89
+ token: ${{ secrets.NPM_AUTH_TOKEN }}
90
if: success()
91
92
- name: Revert package.json and package-lock.json
0 commit comments