We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87a2d3 commit b402d7cCopy full SHA for b402d7c
1 file changed
.github/workflows/release.yml
@@ -74,20 +74,8 @@ jobs:
74
- name: Update version
75
run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version --allow-same-version
76
77
- - name: Debug - Check token
78
- run: |
79
- if [ -z "${{ secrets.NPM_TOKEN }}" ]; then
80
- echo "NPM_TOKEN is empty!"
81
- else
82
- echo "NPM_TOKEN is set (length: ${#NPM_TOKEN})"
83
- fi
84
- env:
85
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
86
-
87
- name: Publish to npm
88
run: npm publish --access public --provenance
89
90
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
91
92
- name: Create Release
93
uses: softprops/action-gh-release@v2
0 commit comments