Skip to content

Commit 217e305

Browse files
authored
chore: fix invalid secret name in workflows/publish.yml (#5)
1 parent ddd13df commit 217e305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- "v*.*.*"
66
env:
7-
NPM_TOKEN: ${{secrets.GITLAB_NPM_TOKEN}}
7+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)