Skip to content

Commit

Permalink
workflow patch for fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
patsissons committed Jan 6, 2025
1 parent f5e07bb commit 61000eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- run: npm test
with:
npm-token: ${{ secrets.NPM_TOKEN }}
- run: npm run build
- run: npm publish --access public
env:
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 61000eb

Please sign in to comment.