Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 18, 2023
1 parent c57af29 commit 869c4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
- name: Install dependencies
run: npm ci

- run: npm run build

- name: Publish release to NPM
run: npm publish --provenance --tag ${{ needs.configure.outputs.vtag }} ${{ needs.configure.outputs.dry-run }} --workspace=packages/express-oauth2-jwt-bearer
env:
Expand Down

0 comments on commit 869c4ce

Please sign in to comment.