From 8819324f979a737aa30962fed8686ea9ce0465df Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Wed, 14 Feb 2024 18:08:38 +1030 Subject: [PATCH] Revert "workflows: try and publish on tags more reliably." I am an idiot and pushed a tag wrong This reverts commit b4cb0f5e8a5fafc6cba8f9c2dcb570e640c2c499. --- .github/workflows/build-plugin.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-plugin.yml b/.github/workflows/build-plugin.yml index cff69a1..562e1d9 100644 --- a/.github/workflows/build-plugin.yml +++ b/.github/workflows/build-plugin.yml @@ -99,10 +99,7 @@ jobs: name: Publish plugin # only create a release if a tag was created that is called e.g. v1.2.3 # see also https://vcvrack.com/manual/Manifest#version - on: - push: - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' + if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-20.04 needs: [build, build-mac] steps: