mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Release: Make sure to checkout the new commit with bumped version
This commit is contained in:
parent
ea6ddde351
commit
c6c4afa543
1 changed files with 6 additions and 0 deletions
6
.github/workflows/make_release.yaml
vendored
6
.github/workflows/make_release.yaml
vendored
|
|
@ -42,6 +42,8 @@ jobs:
|
|||
needs: increment-version
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ needs.increment-version.outputs.commit_long_sha }}
|
||||
- name: Install Python tools
|
||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
||||
- uses: actions/setup-python@v5
|
||||
|
|
@ -97,6 +99,10 @@ jobs:
|
|||
env:
|
||||
CHANGELOG: ${{ needs.build.outputs.changelog }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ needs.increment-version.outputs.commit_long_sha }}
|
||||
|
||||
- name: Tag the commit
|
||||
id: tag_version
|
||||
uses: mathieudutour/github-tag-action@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue