Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jun 21, 2024
1 parent 7c2a63c commit 87f2df7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Bump package version
run: node bump-version.js

- name: Install NPM dependencies
run: npm install
working-directory: .

- name: Bump package version
run: npx @carrismetropolitana/bump bump
working-directory: .

- name: Build package
run: npm run build
working-directory: .
Expand Down

0 comments on commit 87f2df7

Please sign in to comment.