Skip to content

Commit

Permalink
fix: change target branch on release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Aug 6, 2024
1 parent be440bf commit 32b669c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
release-type: python
# The short ref name of the branch or tag that triggered
# the workflow run. For example, `main` or `1.x`
target-branch: ${{ github.ref_name }}

- uses: actions/checkout@v4
- name: tag major and minor versions
Expand Down

0 comments on commit 32b669c

Please sign in to comment.