We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088c462 commit ca65621Copy full SHA for ca65621
.github/workflows/publish-npm.yml
@@ -4,7 +4,7 @@ on:
4
types: [published]
5
6
workflow_dispatch:
7
-
+
8
jobs:
9
build:
10
runs-on: ubuntu-latest
@@ -20,6 +20,7 @@ jobs:
20
21
- name: Build library
22
run: yarn build
23
+ - name: Update NPM to the latest version
24
+ run: npm install -g npm@latest
25
- name: Publish to NPM
26
run: npm publish --provenance --access public
0 commit comments