Skip to content

Commit

Permalink
Merge pull request #42 from goosewobbler/sm/release-automation
Browse files Browse the repository at this point in the history
fix(ci): add NPM_TOKEN var
  • Loading branch information
goosewobbler authored Nov 15, 2024
2 parents 4faf2e2 + 7a48961 commit 53cf6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- prerelease

env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: '0'

jobs:
Expand Down Expand Up @@ -52,5 +53,4 @@ jobs:
pnpm turbo-version -b ${{inputs.releaseVersion}}
pnpm turbo-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"homepage": "https://github.com/goosewobbler/zutron",
"license": "MIT",
"scripts": {
"build": "turbo run build --filter=zutron",
"ci": "turbo run test:unit test:e2e:reducers test:e2e:separate-handlers test:e2e:store-handlers",
"ci-linux": "turbo run test:unit test:e2e:reducers test:e2e:separate-handlers test:e2e:store-handlers --concurrency=1",
"ci:e2e:logs": "turbo run logs",
Expand Down

0 comments on commit 53cf6ba

Please sign in to comment.