Skip to content

Commit

Permalink
workflows: try and publish on tags more reliably.
Browse files Browse the repository at this point in the history
  • Loading branch information
simotek authored Feb 14, 2024
1 parent b5c202f commit b4cb0f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ 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
if: startsWith(github.ref, 'refs/tags/v')
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
runs-on: ubuntu-20.04
needs: [build, build-mac]
steps:
Expand Down

0 comments on commit b4cb0f5

Please sign in to comment.