This commit is contained in:
2026-01-05 12:58:43 -08:00
parent 27c11233da
commit 8aedcefc54
2 changed files with 4 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ runs:
working-directory: ${{ inputs.workingDirectory }}
shell: bash
- name: "Update package version"
run: npm version ${{ inputs.version }} --no-git-tag-version
run: npm version ${{ inputs.version }} --no-git-tag-version --allow-same-version
working-directory: ${{ inputs.workingDirectory }}
shell: bash
- name: "Build package"