Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-bertoncelli authored Feb 23, 2024
1 parent 7205091 commit c4be390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
git config user.email "<[email protected]>"
- name: update version and changelog
working-directory: "projects/ngx-konva"
run: |
npm version ${{ github.event.inputs.semver }} --no-git-tag-version
- name: update version and changelog
working-directory: "projects/ngx-konva"
run: |
npm version ${{ github.event.inputs.semver }} --no-git-tag-version
Expand Down

0 comments on commit c4be390

Please sign in to comment.