Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 26, 2024
1 parent 6869c92 commit 2896993
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ jobs:
- name: Build project
run: go build .

- name: Output github.ref for debugging
run: echo "github.event.ref is ${GITHUB_REF}"
- name: Debug - Check GITHUB_REF
run: |
echo "GITHUB_REF is: ${{ github.ref }}"
echo "GITHUB_EVENT_REF is: ${{ github.event.ref }}"
package-and-release:
needs: test-on-multiple-os
runs-on: windows-latest
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')

steps:
- name: Checkout repository
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.2-pre.beta"
set "VERSION=v0.0.2"

:: 定义脚本操作
setlocal
Expand Down

0 comments on commit 2896993

Please sign in to comment.