Skip to content

Commit

Permalink
fix: checkout the correct branch for the develop build
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <miigotu@gmail.com>
  • Loading branch information
miigotu committed Feb 17, 2024
1 parent 95d8f50 commit a1f73a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}
fetch-depth: 1
persist-credentials: false
- name: Get new version string
uses: miigotu/actions-calver@workflows
id: next-version
Expand Down

0 comments on commit a1f73a5

Please sign in to comment.