Merge pull request #1840 from davemfish/bugfix/auto-release-fix

debugging the auto-release workflow
This commit is contained in:
James Douglass 2025-03-18 13:11:34 -07:00 committed by GitHub
commit 36389be8eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jobs:
run: rst2html5 HISTORY.rst workbench/changelog.html
- name: Update package.json version
if: ${{ env.RUN }}
if: env.RUN == 'true'
uses: BellCubeDev/update-package-version-by-release-tag@v2
with:
version: ${{ inputs.version }}