Skip to content

Commit

Permalink
ci: fix repository name in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Oct 7, 2024
1 parent f915bab commit 4ace754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
needs: [create-release, upload-artifacts]
if: >-
${{ needs.create-release.outputs.has-releases == 'true'
&& github.repository == 'bottlerocket-os/bottlerocket'
&& github.repository == 'bottlerocket-os/twoliter'
}}
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 4ace754

Please sign in to comment.