Skip to content

Commit 1ec8894

Browse files
fix: typo in ci
1 parent ba48f4f commit 1ec8894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
name: 🧻 Remove tag on fail
142142
needs: [semantic-release, gcc-musl-build]
143143
runs-on: ubuntu-latest
144-
if: ${{ (failure() || cancelled()) && needs.semantic-release.outputs.new_release_published == 'True' }}
144+
if: ${{ (failure() || cancelled()) && needs.semantic-release.outputs.new_release_published == 'true' }}
145145
steps:
146146
- name: Checkout repository
147147
uses: actions/checkout@v6

0 commit comments

Comments
 (0)