Skip to content

Commit

Permalink
Fix the release build (#1178)
Browse files Browse the repository at this point in the history
* Fix the release build

previous variable was only set for a PR, however the release uses a tag trigger. This time it hardcodes lensesio

* Uses ${{ github.event.repository.owner.login }}

---------

Co-authored-by: stheppi <jenkins@lenses.io>
  • Loading branch information
stheppi and stheppi committed Apr 25, 2024
1 parent 7b308c5 commit e9ac583
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.repository_owner }}/${{ github.event.repository.name }}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml
--suppression https://raw.githubusercontent.com/${{ github.event.repository.owner.login }}/${{ 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 e9ac583

Please sign in to comment.