There was an error while loading. Please reload this page.
1 parent ba48f4f commit 1ec8894Copy full SHA for 1ec8894
1 file changed
.github/workflows/main.yml
@@ -141,7 +141,7 @@ jobs:
141
name: 🧻 Remove tag on fail
142
needs: [semantic-release, gcc-musl-build]
143
runs-on: ubuntu-latest
144
- if: ${{ (failure() || cancelled()) && needs.semantic-release.outputs.new_release_published == 'True' }}
+ if: ${{ (failure() || cancelled()) && needs.semantic-release.outputs.new_release_published == 'true' }}
145
steps:
146
- name: Checkout repository
147
uses: actions/checkout@v6
0 commit comments