Skip to content

Commit

Permalink
ci(release-please): hardcode target branch (#9693)
Browse files Browse the repository at this point in the history
## Summary

Maybe release-please thinks the target branch is `dev` since the commit
is being rebased to `main`?
  • Loading branch information
benelan authored Jun 26, 2024
1 parent 8cf5f8c commit 6480097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: release
with:
token: ${{ secrets.ADMIN_TOKEN }}
target-branch: ${{ github.ref_name }}
target-branch: main
- name: Checkout Repository
if: steps.release.outputs.releases_created == 'true'
uses: actions/checkout@v4
Expand Down

0 comments on commit 6480097

Please sign in to comment.