swap boolean

This commit is contained in:
Emily Soth 2025-05-27 16:53:43 -07:00
parent a68205a3bd
commit 47ce6a7317
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ jobs:
uses: BellCubeDev/update-package-version-by-release-tag@v2
with:
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
- name: Commit updated HISTORY.rst, changelog.html, and package.json