We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840a392 commit 20ea1e6Copy full SHA for 20ea1e6
.github/workflows/package_ocrweb.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: marvinpinto/action-automatic-releases@latest
27
with:
28
repo_token: ${{ secrets.GITHUB_TOKEN }}
29
- automatic_release_tag: Draft-${{ steps.get_cur_time.outputs.formattedTime }}
+ automatic_release_tag: v${{ github.ref_name }}
30
prerelease: false
31
draft: true
32
0 commit comments