diff --git a/.changeset/gentle-toys-breathe.md b/.changeset/gentle-toys-breathe.md new file mode 100644 index 0000000..a7eae5b --- /dev/null +++ b/.changeset/gentle-toys-breathe.md @@ -0,0 +1,5 @@ +--- +'playlist-synchronizer': patch +--- + +Change release tag trigger diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index cbba606..40bf17c 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -3,7 +3,7 @@ name: Publish on: push: tags: - - '*' + - 'v*' jobs: publish: