mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-21 18:00:26 +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
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
- name: Create tag
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
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 }}"
|
||||
|
|
Loading…
Reference in a new issue