版本号更改

This commit is contained in:
lutinglt
2025-02-13 01:38:47 +08:00
parent 3ab8c04dee
commit d83f8e9e10

View File

@@ -17,7 +17,7 @@ jobs:
- name: Create release
run: |
export TZ=Asia/Shanghai
TAG="v$(deno -A --allow-scripts version.ts)-$(date +%y%m%d%H%M)"
TAG="v$(deno -A --allow-scripts version.ts).$(date +%y%m%d%H%M)"
gh release create "$TAG" dist/* --notes-file .github/release.md --draft -t $TAG
env:
GH_TOKEN: ${{ github.token }}