Skip to content

Commit 20ea1e6

Browse files
committed
ci: update package
1 parent 840a392 commit 20ea1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_ocrweb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: marvinpinto/action-automatic-releases@latest
2727
with:
2828
repo_token: ${{ secrets.GITHUB_TOKEN }}
29-
automatic_release_tag: Draft-${{ steps.get_cur_time.outputs.formattedTime }}
29+
automatic_release_tag: v${{ github.ref_name }}
3030
prerelease: false
3131
draft: true
3232

0 commit comments

Comments
 (0)