Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit 1f058cd

Browse files
committed
ci: 更新 Workflow
1 parent f77baa5 commit 1f058cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
prerelease: true
5858
files: |
5959
build/libs/*.jar
60-
tag_name: "${{ steps.prop_info.outputs.release_version }}-${{ env.SHORT_SHA }}"
60+
tag_name: ${{ steps.prop_info.outputs.release_version }}-${{ env.SHORT_SHA }}
6161
target_commitish: ${{ github.event.ref }}
6262
discussion_category_name: Announcement
6363
generate_release_notes: true

0 commit comments

Comments
 (0)