Skip to content

Commit 48f1aeb

Browse files
committed
fix: use v-prefixed tags without component name
1 parent 09b117e commit 48f1aeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
push:
5-
tags: ["pixi-minesweeper-*"]
5+
tags: ["v*"]
66
workflow_dispatch:
77

88
permissions:

release-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bump-minor-pre-major": true,
66
"bump-patch-for-minor-pre-major": true,
77
"changelog-path": "CHANGELOG.md",
8-
"include-v-in-tag": false
8+
"include-component-in-tag": false
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)