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 c4f8fd8 commit 06bd5d3Copy full SHA for 06bd5d3
.github/workflows/publish-npm.yml
@@ -29,6 +29,8 @@ jobs:
29
with:
30
registry-url: 'https://registry.npmjs.org'
31
32
+ - run: npm i -g npm@latest
33
+
34
- name: Generate unique version from git
35
id: version
36
run: |
0 commit comments