Skip to content

Commit

Permalink
fix: fixing my build pipeline (#23)
Browse files Browse the repository at this point in the history
Yup it works just fine
  • Loading branch information
BJ McCotter authored Aug 11, 2022
1 parent 712e2b7 commit a1c0e74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: yarn install

- name: Build service for testing
run: yarn build

- name: Run npx semantic-release
run: npx semantic-release
env:
Expand Down

0 comments on commit a1c0e74

Please sign in to comment.