mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 00:53:08 +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
|
needs: increment-version
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ needs.increment-version.outputs.commit_long_sha }}
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
|
|
@ -97,6 +99,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CHANGELOG: ${{ needs.build.outputs.changelog }}
|
CHANGELOG: ${{ needs.build.outputs.changelog }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ needs.increment-version.outputs.commit_long_sha }}
|
||||||
|
|
||||||
- name: Tag the commit
|
- name: Tag the commit
|
||||||
id: tag_version
|
id: tag_version
|
||||||
uses: mathieudutour/github-tag-action@v6
|
uses: mathieudutour/github-tag-action@v6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue