Skip to content

Commit

Permalink
chore: remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent 7acf04b commit e8fad1d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/generate-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,12 @@ jobs:
- name: Install dependencies
run: |
npm install
echo "install done"
git config --global user.name ${{ vars.USER_NAME }}
echo "user name"
git config --global user.email ${{ vars.USER_EMAIL }}
echo "user email"
git add .
echo "add done"
git commit -m "chore(release): ${{ steps.generate-release-number.outputs.NEW_VER }} [skip ci]" --no-verify
echo "commit done"
git push origin master
echo "push done"
git tag v${{ steps.generate-release-number.outputs.NEW_VER }}
echo "tag done"
git push --tags
echo "tag push done"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}

0 comments on commit e8fad1d

Please sign in to comment.