Skip to content

Commit

Permalink
✨ Fix auto release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
顾一峰 committed Aug 29, 2023
1 parent 52b7d5f commit dc275c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20

- name: Run install
uses: borales/actions-yarn@v4
with:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Create Release and Upload Release Asset
uses: softprops/action-gh-release@v1
with:
name: ${{ github.ref }}
name: ${{ github.ref_name }}
tag_name: ${{ github.ref }}
body: Auto Release
draft: false
Expand Down

0 comments on commit dc275c2

Please sign in to comment.