We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad16a13 commit cb9997cCopy full SHA for cb9997c
.github/workflows/package-publish.yml
@@ -46,13 +46,16 @@ jobs:
46
node-version: 24
47
registry-url: https://registry.npmjs.org/
48
49
- - name: Install Node dependencies
+ - name: Install Node
50
+ run: npm install -g npm@latest
51
+
52
+ - name: Add node dependencies
53
run: npm ci
54
55
- name: Run build
56
run: npm run build --if-present
57
- - run: npm publish
58
+ - run: npm publish --provenance --access public
59
60
- name: Send Slack Notification
61
uses: 8398a7/action-slack@v3
0 commit comments