Skip to content

Commit

Permalink
echo do_release value
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulKumar1606 committed Aug 22, 2023
1 parent e28ebd2 commit 3ae7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Apply release changes
# if: steps.release_guard.outputs.do_release == 'true'
run: |
echo steps.release_guard.outputs.do_release
echo "${{steps.release_guard.outputs.do_release}}"
echo "Apply release changes"
Expand Down

0 comments on commit 3ae7a97

Please sign in to comment.