Skip to content

Commit

Permalink
fix(ci): fixed release-body double quoted string usage.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Sep 14, 2023
1 parent 72a25d5 commit d4060b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
release-body:
needs: check-driver-tag
runs-on: ubuntu-latest
if: ${{ needs.check-driver-tag.outputs.driver_tag != "" }}
if: needs.check-driver-tag.outputs.driver_tag != ''

steps:
- name: Clone libs repo
Expand Down

0 comments on commit d4060b2

Please sign in to comment.