Compare commits
5 Commits
v0.2.4-dev
...
v0.2.4
Author | SHA1 | Date | |
---|---|---|---|
80762b81ae | |||
af4f1acb87 | |||
d5e24f9114 | |||
83eafd0005 | |||
e3895b6d1a |
@@ -3,7 +3,6 @@ name: Release Tagging
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
|
||||||
- devel
|
- devel
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -50,6 +49,3 @@ jobs:
|
|||||||
release_name: Release ${{ steps.version.outputs.project_tag_release }}
|
release_name: Release ${{ steps.version.outputs.project_tag_release }}
|
||||||
body: |
|
body: |
|
||||||
Release of version ${{ steps.version.outputs.project_tag_release }}
|
Release of version ${{ steps.version.outputs.project_tag_release }}
|
||||||
# draft: false
|
|
||||||
# prerelease: ${{ startsWith(github.ref, 'v') == false }} # prerelease if not a valid release tag
|
|
||||||
|
|
||||||
|
@@ -31,7 +31,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
(song_queue_id, song_queue_path),
|
(song_queue_id, song_queue_path),
|
||||||
(coverart_queue_id, coverart_queue_path),
|
(coverart_queue_id, coverart_queue_path),
|
||||||
)) => {
|
)) => {
|
||||||
// TODO: Wipe data from song and coverart queues
|
|
||||||
match wipe_data_from_queues(
|
match wipe_data_from_queues(
|
||||||
&app_base_url,
|
&app_base_url,
|
||||||
&song_queue_id,
|
&song_queue_id,
|
||||||
|
@@ -98,7 +98,6 @@ pub mod wipe_data {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TODO: Wipe data from queued coverart
|
|
||||||
pub mod coverart_queue {
|
pub mod coverart_queue {
|
||||||
pub async fn wipe_data(
|
pub async fn wipe_data(
|
||||||
base_url: &String,
|
base_url: &String,
|
||||||
|
Reference in New Issue
Block a user