Skip to content

Commit e8fad1d

Browse files
committed
chore: remove debug statements
1 parent 7acf04b commit e8fad1d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/generate-RELEASE.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,12 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
npm install
45-
echo "install done"
4645
git config --global user.name ${{ vars.USER_NAME }}
47-
echo "user name"
4846
git config --global user.email ${{ vars.USER_EMAIL }}
49-
echo "user email"
5047
git add .
51-
echo "add done"
5248
git commit -m "chore(release): ${{ steps.generate-release-number.outputs.NEW_VER }} [skip ci]" --no-verify
53-
echo "commit done"
5449
git push origin master
55-
echo "push done"
5650
git tag v${{ steps.generate-release-number.outputs.NEW_VER }}
57-
echo "tag done"
5851
git push --tags
59-
echo "tag push done"
6052
env:
6153
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}

0 commit comments

Comments
 (0)