Skip to content

Commit

Permalink
fix: pass npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Jun 7, 2024
1 parent 8cd999c commit 26d7a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
token=$(echo $response | jq -r '.token')
echo "NPM_TOKEN=$token" >> $GITHUB_ENV
- name: Output variable
run: echo "::set-output name=npmtoken::$NPM_TOKEN"
run: echo "npmtoken=$NPM_TOKEN" >> $GITHUB_OUTPUT

release:
name: Release
Expand Down

0 comments on commit 26d7a98

Please sign in to comment.