Skip to content

Commit 7e5aa69

Browse files
authored
ci: Fix auto-release (#2751)
1 parent a7aa6ee commit 7e5aa69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-automated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2626
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2829
- name: Determine tag on current commit
2930
id: tag
3031
run: echo "::set-output name=current_tag::$(git describe --tags --abbrev=0 --exact-match || echo '')"

0 commit comments

Comments
 (0)