Skip to content

Commit

Permalink
Merge pull request #11 from alexravenna/hotfix/pipeline-fix
Browse files Browse the repository at this point in the history
ci: fix placement of wildcard asterisk
  • Loading branch information
alexravenna authored Aug 26, 2023
2 parents ef93d83 + d900a17 commit 5060b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/joint-publish-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish and Release Extension
on:
push:
tags:
- "*v"
- "v*"

jobs:
deploy:
Expand Down

0 comments on commit 5060b18

Please sign in to comment.