Skip to content

Commit

Permalink
--no-git-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Oct 11, 2023
1 parent e543f4f commit 9c76e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dotnet tool run ezpipeline git-height-version -- -b 0.0.1 -v VERSION

- name: Update package version
run: npm version ${{ env.VERSION }}
run: npm version ${{ env.VERSION }} --no-git-tag-version

- name: Make package
run: npm pack .
Expand Down

0 comments on commit 9c76e1b

Please sign in to comment.