Skip to content

Commit

Permalink
v0.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 29, 2024
1 parent 6043fb5 commit a233b0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag: ${{ github.ref_name }}
name: ${{ github.ref_name }}
files: |
${{ env.RELEASE_ZIP_FILE_NAME }}-${{ github.ref_name }}.zip
body_path: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
chcp 65001 >nul

:: 定义版本变量
set "VERSION=v0.0.85"
set "VERSION=v0.0.86"

:: 定义脚本操作
setlocal
Expand Down

0 comments on commit a233b0b

Please sign in to comment.