Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alerighi committed Jan 10, 2024
1 parent f36e967 commit cb1eb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Bump version
working-directory: library/
run: npm version ${{ steps.version.output.new_tag }}
run: npm version ${{ steps.version.outputs.new_tag }}

- name: Commit new version
continue-on-error: true
Expand Down

0 comments on commit cb1eb3d

Please sign in to comment.