Skip to content

Commit

Permalink
fix: debug needs
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 12, 2023
1 parent 25de070 commit c9dd856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ jobs:
- name: debug_output
shell: bash
run: |
echo needs.build.outputs.version: ${{ needs.build.outputs.version }}
echo needs.release.outputs.version: ${{ needs.release.outputs.version }}
- name: Configure AWS credentials (Staging)
if: needs.release.outputs.version != 'none'
Expand Down

0 comments on commit c9dd856

Please sign in to comment.