Skip to content

Commit fe16bf7

Browse files
committed
ci: fix release pipeline
1 parent 60d7a5d commit fe16bf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ jobs:
4343
run: npx semantic-release
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Renamed from NPM_TOKEN for setup-node compatibility
47-
# NPM_CONFIG_PROVENANCE: "true" # Keep this commented unless you specifically enabled provenance
46+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)