From 33bca33184a1fe8ebfbb9b2d756df17ca428fca7 Mon Sep 17 00:00:00 2001 From: Carigs Date: Tue, 6 Aug 2024 01:51:18 -0400 Subject: [PATCH] Fixed tag prefix in workflow file --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3845bf..0bd4124 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,9 +3,10 @@ name: 'publish' on: push: tags: - - 'v-*' + - 'v*' -# This workflow will trigger on each push to a `release/*` branch to create or update a GitHub release, build your app, and upload the artifacts to the release. +# This workflow will trigger on creation of a `v*/*` tag +# It will create/update a GitHub release, build the app, and upload the artifacts to the release. jobs: publish-tauri: