Skip to content

Commit 3f8e6bb

Browse files
ci: fix conditional
1 parent 6c4c535 commit 3f8e6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
upload-release-assets:
3636
needs: release-please
37-
if: ${{ needs.release-please.outputs.release_created == 'true' }}
37+
if: needs.release-please.outputs.release_created == 'true'
3838
runs-on: ubuntu-latest
3939

4040
steps:

0 commit comments

Comments
 (0)