Skip to content

Commit

Permalink
fix: who am i
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed May 1, 2024
1 parent bebf786 commit 088d0b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_PACKAGES_WRITE_TOKEN }}


- run: git config --list
env:
GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }}
NPM_TOKEN: ${{ steps.vault.outputs.GITHUB_PACKAGES_WRITE_TOKEN }}
- run: npm ci
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 088d0b0

Please sign in to comment.