Skip to content

Commit

Permalink
Merge pull request #76 from sgb-io/fix/release-tags-ci
Browse files Browse the repository at this point in the history
Fix tag matching string for publish Action
  • Loading branch information
sgb-io authored Jan 6, 2021
2 parents d85e064 + 5f61d35 commit 152563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Npm Publish
on:
push:
tags:
- 'v:*'
- 'v*'

jobs:
publish:
Expand Down

0 comments on commit 152563b

Please sign in to comment.