Skip to content

Commit

Permalink
ci: fix versioning for non-patch releases (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff authored Mar 20, 2024
1 parent 559252a commit 8e2cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fi >> $GITHUB_ENV
echo ${NPM_TAG}
- name: Create package version
run: npm version ${VERSION/-*/} --no-git-tag-version --save --allow-same-version
run: npm version ${VERSION/-patch/} --no-git-tag-version --save --allow-same-version
working-directory: ./

- name: Publish igniteui-theming
Expand Down

0 comments on commit 8e2cd09

Please sign in to comment.