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 1860977 commit fc751f2Copy full SHA for fc751f2
.github/workflows/publish_release.yml
@@ -48,8 +48,6 @@ jobs:
48
git commit -a -m "Bumped v${{ inputs.version }}"
49
- run: npm install -g npm@latest
50
- run: npm publish --tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
51
- env:
52
- GITHUB_TOKEN: ${{ github.token }}
53
- name: Collect npm logs
54
if: always()
55
run: |
0 commit comments