Skip to content

Commit

Permalink
corrected environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 27, 2024
1 parent 02c4fa3 commit 48bc9cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish
on:
release:
types: [published]
push:

jobs:
publish:
Expand Down Expand Up @@ -31,6 +32,6 @@ jobs:

- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
working-directory: xero-node

0 comments on commit 48bc9cc

Please sign in to comment.