Compare commits

...

3 commits

Author SHA1 Message Date
github-actions[bot]
afafa36263 Bump version to v0.5.4 2024-05-17 18:02:59 +00:00
Guillem Castro
9728a6457d try to fix create-release again [skip ci] 2024-05-17 20:01:38 +02:00
github-actions[bot]
feed60534a Bump version to v0.5.3 2024-05-17 17:55:25 +00:00
3 changed files with 4 additions and 8 deletions

View file

@ -63,6 +63,7 @@ jobs:
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
branch: master
tagging_message: v${{ steps.cargo-bump.outputs.new_version }}
release:
runs-on: ubuntu-latest
@ -73,12 +74,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- 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 }}"
ref: v${{ needs.bump-version.outputs.new_version }}
- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1

2
Cargo.lock generated
View file

@ -2064,7 +2064,7 @@ dependencies = [
[[package]]
name = "spotify-dl"
version = "0.5.2"
version = "0.5.4"
dependencies = [
"anyhow",
"async-trait",

View file

@ -1,6 +1,6 @@
[package]
name = "spotify-dl"
version = "0.5.2"
version = "0.5.4"
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
edition = "2021"
readme = "README.md"