Skip to content

Commit 74b08c2

Browse files
committed
fix
1 parent 2227a01 commit 74b08c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Run `npm run bump` to bump the version and create a git tag.
66
push:
77
tags:
8-
- "v*"
8+
- 'v*'
99

1010
workflow_dispatch:
1111

@@ -44,4 +44,4 @@ jobs:
4444
with:
4545
# TODO: remove beta tag before release stable
4646
tag: beta
47-
generateReleaseNotes: "true"
47+
generateReleaseNotes: 'true'

0 commit comments

Comments
 (0)