Skip to content

Commit

Permalink
Revert "workflows: try and publish on tags more reliably."
Browse files Browse the repository at this point in the history
I am an idiot and pushed a tag wrong

This reverts commit b4cb0f5.
  • Loading branch information
simotek committed Feb 14, 2024
1 parent b4cb0f5 commit 8819324
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8819324

Please sign in to comment.