We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4d56f commit 59bfa7fCopy full SHA for 59bfa7f
1 file changed
.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
20
environment: npm-publish
21
steps:
22
- name: Checkout repository
23
+
24
uses: actions/checkout@v5
25
26
- name: Setup Node.js
@@ -82,8 +83,6 @@ jobs:
82
83
- name: Publish to npm
84
if: steps.version-check.outputs.should-publish == 'true'
85
run: npm publish --access public --provenance
- env:
86
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
87
88
- name: Output result
89
run: |
0 commit comments