Skip to content

Commit

Permalink
kernelCTF: GHA: fix auto-releaser workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas committed Oct 25, 2023
1 parent 954a130 commit ef9ff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernelctf-auto-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

build_release:
needs: get_new_builds
if: needs.get_new_builds.outputs.releases[0] != null
if: fromJSON(needs.get_new_builds.outputs.releases)[0] != null
strategy:
matrix:
release: ${{ fromJSON(needs.get_new_builds.outputs.releases) }}
Expand Down

0 comments on commit ef9ff5a

Please sign in to comment.