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 cf0cab5 commit 8d82e86Copy full SHA for 8d82e86
.github/workflows/actions/publish-npm/action.yml
@@ -43,6 +43,6 @@ runs:
43
run: npm version --no-git-tag-version ${{ inputs.version }}
44
shell: bash
45
46
- - name: 📦 Publish to NPM
+ - name: 🚀 Publish to NPM
47
run: npm publish --tag ${{ inputs.tag }} --provenance
48
.github/workflows/release-dev.yml
@@ -70,4 +70,3 @@ jobs:
70
with:
71
tag: dev
72
version: ${{ needs.get-dev-version.outputs.dev-version }}
73
- github-token: ${{ github.token }}
.github/workflows/release-nightly.yml
@@ -72,4 +72,3 @@ jobs:
tag: nightly
74
version: ${{ needs.get-nightly-version.outputs.nightly-version }}
75
0 commit comments