From de29956b2696c9d732da66ea3e84c8f6f6ba32e7 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 4 May 2023 18:55:42 -0700 Subject: [PATCH] Use prefixed tags for publish config (#664) The auto-publish comment already indicates that the package name prefix should be used. --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fcb7ccb8..91f6a69c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] push: - tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ] + tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ] jobs: publish: