Skip to content

Commit d380ce4

Browse files
authored
Merge pull request #5 from eclipse-esmf/fix/release-workflow
Update tagged_release.yml
2 parents ac3c292 + adbe3cd commit d380ce4

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)