Skip to content

Commit

Permalink
Fix release workflow to match v* tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Dec 5, 2024
1 parent 1d8f341 commit f5b61d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- 'pinia@*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Create Release

Expand Down

0 comments on commit f5b61d1

Please sign in to comment.