We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd13df commit 217e305Copy full SHA for 217e305
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ on:
4
tags:
5
- "v*.*.*"
6
env:
7
- NPM_TOKEN: ${{secrets.GITLAB_NPM_TOKEN}}
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
0 commit comments