We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e7c88 commit e4409a4Copy full SHA for e4409a4
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
echo ::set-output name=tag_name::$(git describe HEAD --abbrev=0)
46
47
- name: Build & Publish
48
- run: npm run release
+ run: npm run release:npm
49
- name: Archive build
50
if: success()
51
uses: actions/upload-artifact@v1
0 commit comments