Skip to content

Commit

Permalink
Merge pull request #112 from seamapi/fix_releases
Browse files Browse the repository at this point in the history
change npm token back to seamapi
  • Loading branch information
kainpets committed Feb 29, 2024
2 parents e6da61f + 74cdda4 commit 519a48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-publish.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
npm install -g pver
pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}

- name: Get the version from package.json
Expand Down

0 comments on commit 519a48c

Please sign in to comment.