Skip to content

Commit be1e4cb

Browse files
ci(publish): update the tag regex
In order to also match "@socket.io/[email protected]". Reference: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet [skip ci]
1 parent 7521ac2 commit be1e4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
tags:
88
# expected format: <package>@<version> (example: [email protected])
9-
- '*@*'
9+
- '**@*'
1010

1111
jobs:
1212
publish:

0 commit comments

Comments
 (0)