Skip to content

Commit

Permalink
NO-JIRA Fix release pipeline to include build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed Jun 3, 2024
1 parent 849a44f commit 25621e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
with:
node-version: 18
- run: mv .github/workflows/.npmrc .npmrc
- name: Build npm package
run: |
npm install
npm run build
- name: Publish npm package
env:
NPM_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).npm_token }}
Expand Down

0 comments on commit 25621e3

Please sign in to comment.