Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niracler committed Dec 20, 2023
1 parent d83e86f commit 38b1b0e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
with:
node-version: "18"

- name: Generate new version and changelog
run: npx standard-version
env:
# 标准版本使用GITHUB_TOKEN来自动创建tag
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Configure Git
run: |
git config --global user.email "[email protected]
Expand Down

0 comments on commit 38b1b0e

Please sign in to comment.