Skip to content

Commit a4733f0

Browse files
committed
next try fixing workflow
1 parent 2dd7224 commit a4733f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update_specific_types.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
id: script
2323
run: "poetry run python tools/update_specific_types.py"
2424
- name: Push
25-
if: ${{ steps.script.outputs.release }} == "true"
25+
if: ${{ steps.script.outputs.release }} == true
2626
uses: stefanzweifel/git-auto-commit-action@v4
2727
- name: Create Release
28-
if: ${{ steps.script.outputs.release }} == "true"
28+
if: ${{ steps.script.outputs.release }} == true
2929
id: create_release
3030
uses: actions/create-release@latest
3131
env:

0 commit comments

Comments
 (0)