Skip to content

Commit b92775f

Browse files
committed
chore: correct npm token secret name
1 parent 574fb8e commit b92775f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
# npm publish will trigger the build via the prepack hook
7777
run: npm publish
7878
env:
79-
NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
79+
NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBOT_TOKEN }}

0 commit comments

Comments
 (0)