swap boolean
This commit is contained in:
parent
a68205a3bd
commit
47ce6a7317
|
@ -101,7 +101,7 @@ jobs:
|
||||||
uses: BellCubeDev/update-package-version-by-release-tag@v2
|
uses: BellCubeDev/update-package-version-by-release-tag@v2
|
||||||
with:
|
with:
|
||||||
version: ${{ inputs.version }}
|
version: ${{ inputs.version }}
|
||||||
ignore-semver-check: false # allow PEP 440 alpha/beta/rc releases
|
ignore-semver-check: "true" # allow PEP 440 alpha/beta/rc releases
|
||||||
package-json-path: workbench/package.json
|
package-json-path: workbench/package.json
|
||||||
|
|
||||||
- name: Commit updated HISTORY.rst, changelog.html, and package.json
|
- name: Commit updated HISTORY.rst, changelog.html, and package.json
|
||||||
|
|
Loading…
Reference in New Issue