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
455437ad04
commit
7fb4073633
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create-release.yml
vendored
4
.github/workflows/create-release.yml
vendored
|
@ -71,11 +71,11 @@ jobs:
|
||||||
needs: bump-version
|
needs: bump-version
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
- name: Create tag
|
- name: Create tag
|
||||||
uses: rickstaa/action-create-tag@v1
|
uses: rickstaa/action-create-tag@v1.7.2
|
||||||
with:
|
with:
|
||||||
tag: v${{ needs.bump-version.outputs.new_version }}
|
tag: v${{ needs.bump-version.outputs.new_version }}
|
||||||
message: "Bump version to v${{ needs.bump-version.outputs.new_version }}"
|
message: "Bump version to v${{ needs.bump-version.outputs.new_version }}"
|
||||||
|
|
Loading…
Reference in a new issue