Skip to content

Commit 8bd6315

Browse files
authored
chore(ci): minor update for release script
1 parent ae20950 commit 8bd6315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/initiate_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: "The new version number. Example: 1.40.1"
7+
description: "The new version number with a 'v' prefix. Example: v1.40.1"
88
required: true
99

1010
jobs:
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
VERSION: ${{ github.event.inputs.version }}
2222
run: |
23-
npx --yes [email protected] --release-as "$VERSION" --skip.tag --skip.commit --tag-prefix=
23+
npx --yes [email protected] --release-as "$VERSION" --skip.tag --skip.commit --tag-prefix=v
2424
git config --global user.name 'github-actions'
2525
git config --global user.email '[email protected]'
2626
git checkout -q -b "release-$VERSION"

0 commit comments

Comments
 (0)