Skip to content

Commit e9f7541

Browse files
get Release action working
1 parent 9ef54fe commit e9f7541

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Release
22

33
on:
44
release:
5+
types: [published]
56
tags:
67
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
78

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pinia-scope",
33
"type": "module",
4-
"version": "1.0.19",
4+
"version": "1.0.20",
55
"packageManager": "pnpm@10.9.0",
66
"description": "Scoped Pinia Stores for Vue",
77
"author": {

0 commit comments

Comments
 (0)