Skip to content

Commit 9b1864c

Browse files
author
Terraform
committed
Add production release CICD
1 parent 5fc7622 commit 9b1864c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws_prod_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache: 'npm'
5151
- run: git config --global user.email devops@topia.io
5252
- run: git config --global user.name Devops
53-
- run: npm version --workspaces --include-workspace-root true ${{ github.event.release.tag_name }}
53+
- run: npm version --no-git-tag-version --workspaces --include-workspace-root true ${{ github.event.release.tag_name }}
5454
- run: npm i
5555
- run: CI=false npm run build
5656

0 commit comments

Comments
 (0)