Skip to content

Commit

Permalink
fix: publish tags with prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Nov 1, 2022
1 parent 9fa258b commit 02340fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- '**'
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:

jobs:
Expand Down

0 comments on commit 02340fc

Please sign in to comment.