Skip to content

Commit c51a84b

Browse files
committed
Update release credentials
1 parent 8b24b75 commit c51a84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
if: ${{ !github.event.release.prerelease }}
5353
run: |-
5454
cd build
55-
NODE_AUTH_TOKEN=${{ secret.GITHUB_TOKEN }} npm publish
55+
NODE_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }} npm publish

0 commit comments

Comments
 (0)