Skip to content

Commit

Permalink
Fix the release build (#1177)
Browse files Browse the repository at this point in the history
previous variable was only set for a PR, however the release uses a tag trigger.

Co-authored-by: stheppi <[email protected]>
  • Loading branch information
stheppi and stheppi committed Apr 25, 2024
1 parent d30c75a commit 7b308c5
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 @@ -231,7 +231,7 @@ jobs:
format: 'HTML'
args: >-
--failOnCVSS 5
--suppression https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.owner.login }}/${{github.event.repository.name}}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml
--suppression https://raw.githubusercontent.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml
- name: Upload Test results
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 7b308c5

Please sign in to comment.