We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acf04b commit e8fad1dCopy full SHA for e8fad1d
.github/workflows/generate-RELEASE.yml
@@ -42,20 +42,12 @@ jobs:
42
- name: Install dependencies
43
run: |
44
npm install
45
- echo "install done"
46
git config --global user.name ${{ vars.USER_NAME }}
47
- echo "user name"
48
git config --global user.email ${{ vars.USER_EMAIL }}
49
- echo "user email"
50
git add .
51
- echo "add done"
52
git commit -m "chore(release): ${{ steps.generate-release-number.outputs.NEW_VER }} [skip ci]" --no-verify
53
- echo "commit done"
54
git push origin master
55
- echo "push done"
56
git tag v${{ steps.generate-release-number.outputs.NEW_VER }}
57
- echo "tag done"
58
git push --tags
59
- echo "tag push done"
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}
0 commit comments