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 d8c29b4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/pr.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ jobs:
environment: integration-sandbox

steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- run: npm test
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@boulevard'
- run: yarn install --frozen-lockfile
- 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 d8c29b4

Please sign in to comment.