Skip to content

Commit adbe3cd

Browse files
committed
Update tagged_release.yml
1 parent ac3c292 commit adbe3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: npm install
6262

6363
- name: Set app version
64-
run: npm version $tagVersion --no-git-tag-version
64+
run: npm version ${{ github.event.inputs.release_version }} --no-git-tag-version
6565

6666
- name: Build Project
6767
run: npm run build

0 commit comments

Comments
 (0)