We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a22e9c + 837a811 commit f10c670Copy full SHA for f10c670
1 file changed
.github/workflows/cd_prod.yaml
@@ -79,6 +79,7 @@ jobs:
79
git stash
80
git checkout main
81
git pull
82
+ npm version minor --no-git-tag-version
83
npm version prerelease --preid=alpha
84
npm install
85
pm2 start ecosystem.config.json --env production --cwd .
0 commit comments