mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
try to fix create-release again [skip ci]
This commit is contained in:
parent
feed60534a
commit
9728a6457d
1 changed files with 2 additions and 6 deletions
8
.github/workflows/create-release.yml
vendored
8
.github/workflows/create-release.yml
vendored
|
@ -63,6 +63,7 @@ jobs:
|
||||||
commit_user_email: "github-actions[bot]@users.noreply.github.com"
|
commit_user_email: "github-actions[bot]@users.noreply.github.com"
|
||||||
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
|
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
|
||||||
branch: master
|
branch: master
|
||||||
|
tagging_message: v${{ steps.cargo-bump.outputs.new_version }}
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -73,12 +74,7 @@ jobs:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
ref: v${{ needs.bump-version.outputs.new_version }}
|
||||||
- name: Create tag
|
|
||||||
uses: rickstaa/action-create-tag@v1.7.2
|
|
||||||
with:
|
|
||||||
tag: v${{ needs.bump-version.outputs.new_version }}
|
|
||||||
message: "Bump version to v${{ needs.bump-version.outputs.new_version }}"
|
|
||||||
- name: Update CHANGELOG
|
- name: Update CHANGELOG
|
||||||
id: changelog
|
id: changelog
|
||||||
uses: requarks/changelog-action@v1
|
uses: requarks/changelog-action@v1
|
||||||
|
|
Loading…
Reference in a new issue