Skip to content

Commit

Permalink
ci: test builds and npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Jun 27, 2024
1 parent 3377fe0 commit 852164b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
cache: 'npm'
- run: npm install
- run: npm run build
- run: npm run release
env:
NPM_CONFIG_REGISTRY: 'https://npm.pkg.github.com'
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Merge Release into Trunk
uses: devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f
Expand Down

0 comments on commit 852164b

Please sign in to comment.