Skip to content

Commit 308ffae

Browse files
committed
ci(release): fix npm env value
1 parent 58ac7f2 commit 308ffae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ jobs:
9898
GIT_AUTHOR_EMAIL: [email protected]
9999
GIT_COMMITTER_NAME: vidavidorra-release
100100
GIT_COMMITTER_EMAIL: [email protected]
101-
NPM_TOKEN: { { secrets.NPM_PUBLISH_TOKEN } }
101+
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
102102
run: npx --no-install semantic-release

0 commit comments

Comments
 (0)