Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 6de8fc7

Browse files
author
Bassem Dghaidi
authored
Fix tags regex
1 parent c20a64d commit 6de8fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to npm
33
on:
44
push:
55
tags:
6-
- [0-9].[0-9]+.[0-9]+
6+
- '[0-9].[0-9]+.[0-9]+'
77
# release:
88
# types: [published]
99

@@ -22,4 +22,4 @@ jobs:
2222
npm ci
2323
echo 'Publishing a new version'
2424
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
25+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)