Skip to content

Commit

Permalink
Merge pull request #134 from RDFLib/edmond/versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondchuc authored Jan 24, 2024
2 parents d4ce0ff + 5c8f815 commit 6c2aef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Update project version
run: |
npm version ${{ steps.version.outputs.VALUE }}
npm version ${{ steps.version.outputs.VALUE }} --no-git-tag-version
git add package.json
git commit -m "chore: release ${{ steps.version.outputs.VALUE }}"
git push
Expand Down

0 comments on commit 6c2aef5

Please sign in to comment.