Skip to content

Commit e7dfe77

Browse files
committed
fix: workflow
1 parent 984e86e commit e7dfe77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
51-
tagName: DBD-OBS-Overlay-v0.1.0
52-
releaseName: 'DBD OBS Overlay v0.1.0'
51+
tagName: ${{ github.ref_name }}
52+
releaseName: 'DBD OBS Overlay ${{ github.ref_name }}'
5353
releaseBody: 'See the assets to download this version and install.'
5454
releaseDraft: false
5555
prerelease: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obs-overlay-tauri",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)