Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
echo "Release tag: $RELEASE_TAG"
echo "Extracted version: $VERSION"

- name: Update package.json version
- name: Ensure package.json version matches release tag
run: |
npm version ${{ steps.get_version.outputs.version }} --no-git-tag-version
npm version ${{ steps.get_version.outputs.version }} --no-git-tag-version --allow-same-version

- name: Install dependencies
run: npm ci
Expand Down
Loading