Skip to content

Commit

Permalink
Merge pull request #390 from cbgbt/release-workflow-typo
Browse files Browse the repository at this point in the history
ci: fix repository name in release workflow
  • Loading branch information
cbgbt authored Oct 7, 2024
2 parents f915bab + 4ace754 commit 5a3af8d
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 5a3af8d

Please sign in to comment.