mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Release: try checking out the master branch
This commit is contained in:
parent
aa0db049a5
commit
7488c94d38
1 changed files with 3 additions and 2 deletions
5
.github/workflows/make_release.yaml
vendored
5
.github/workflows/make_release.yaml
vendored
|
|
@ -43,7 +43,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ needs.increment-version.outputs.commit_long_sha }}
|
||||
ref: master
|
||||
|
||||
- name: Install Python tools
|
||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
||||
- uses: actions/setup-python@v5
|
||||
|
|
@ -101,7 +102,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ needs.increment-version.outputs.commit_long_sha }}
|
||||
ref: master
|
||||
|
||||
- name: Tag the commit
|
||||
id: tag_version
|
||||
|
|
|
|||
Loading…
Reference in a new issue