Skip to content

Commit

Permalink
Merge pull request #2863 from locustio/fix-npm-publish-issue
Browse files Browse the repository at this point in the history
Fix npm publish issue
  • Loading branch information
cyberw authored Aug 19, 2024
2 parents 4097f57 + 62bc4d6 commit 96e6e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
cmd: publish --no-git-tag-version --non-interactive --new-version ${{ github.ref_name }}
dir: locust/webui
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
# The following is disabled because it has stopped working.
# - name: Tweet on release
# uses: infraway/[email protected]
Expand Down Expand Up @@ -298,4 +298,4 @@ jobs:
cmd: publish --no-git-tag-version --non-interactive --tag next --new-version ${{ env.TAG }}-next-${{ github.run_id }}
dir: locust/webui
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 96e6e83

Please sign in to comment.