Skip to content

Commit

Permalink
Merge pull request #12 from liumengniu/dev_lmn
Browse files Browse the repository at this point in the history
修改action
  • Loading branch information
liumengniu authored Sep 1, 2024
2 parents 17d3bc1 + 0194330 commit c7ff0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.PACKAGE_VERSION }} # 使用正确的标签名
release_name: Release ${{ github.PACKAGE_VERSION }}
tag_name: ${{ env.PACKAGE_VERSION }} # 使用正确的标签名
release_name: Release ${{ env.PACKAGE_VERSION }}
draft: false
prerelease: false

Expand Down

0 comments on commit c7ff0f1

Please sign in to comment.