Skip to content

Commit faadd11

Browse files
committed
chore(): fix npm token
1 parent a9ad70c commit faadd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
run: yarn install --frozen-lockfile
2222
- name: Release
2323
env:
24-
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
24+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2525
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2626
run: npx semantic-release

0 commit comments

Comments
 (0)