Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onkarvhanumante authored Feb 15, 2024
1 parent f32cee9 commit 374e8e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ jobs:
steps:
- name: Debug
run: |
echo "hasWritePermission: ${{ needs.check.outputs.user_permission }}"
echo "hasWritePermission: ${{ needs.check-permission.outputs.user_permission }}"
echo "hasWritePermission: ${{ needs.check-permission.result }}"
debug-step-with-condition:
name: Debug step
runs-on: ubuntu-latest
needs: check-permission
if: contains(needs.check.outputs.user_permission, 'admin')
if: contains(needs.check-permission.outputs.user_permission, 'admin')
steps:
- name: Debug
run: |
Expand Down

0 comments on commit 374e8e5

Please sign in to comment.