Skip to content

Commit

Permalink
feat(gsw): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-gr committed Dec 19, 2024
1 parent 0366526 commit 5f159f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@greenroom-robotics'
token: ${{ secrets.GITHUB_TOKEN }}
env:
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}

- name: Install npm dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -35,6 +37,6 @@ jobs:
env:
GITHUB_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MATRIX_ARCH: ${{ matrix.job.arch }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm run --stream release

0 comments on commit 5f159f7

Please sign in to comment.