Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit cdef0e6

Browse files
committed
test:github action🚀
1 parent 2b96aee commit cdef0e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.XXT }}
5555
with:
56-
tag_name: v0.1.1 # (tag)标签名称
57-
release_name: Release v0.1.1
56+
tag_name: ${{ github.ref }} # (tag)标签名称
57+
release_name: ${{ github.ref }}
5858
draft: false # 是否是草稿
5959
prerelease: false # 是否是预发布
6060

0 commit comments

Comments
 (0)