Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit b07f6b3

Browse files
authored
Drop package name tag prefix for workflow (#420)
Fix an incorrect copy/paste.
1 parent 53c7459 commit b07f6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88
types: [opened, synchronize, reopened, labeled, unlabeled]
99
push:
10-
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
10+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
1111

1212
jobs:
1313
publish:

0 commit comments

Comments
 (0)