Skip to content

Commit 3efbfef

Browse files
committed
Update tagged_release.yml
1 parent c32ea18 commit 3efbfef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tagged_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Install Dependencies
4141
run: npm install
4242

43+
- name: Set app version
44+
run: npm version $tagVersion --no-git-tag-version
45+
4346
- name: Build Project
4447
run: npm run build
4548

0 commit comments

Comments
 (0)