Skip to content

Commit 6a86dce

Browse files
committed
ci: fixed release tag
1 parent 61a6fd6 commit 6a86dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: Release ${{ github.ref_name }}
29+
# automatic_release_tag: ${{ github.ref_name }}
3030
prerelease: false
3131
draft: true
3232

0 commit comments

Comments
 (0)