Skip to content

Commit c074303

Browse files
committed
build: Prefix automatic release tags
1 parent e029baf commit c074303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hydrun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: marvinpinto/action-automatic-releases@latest
6969
with:
7070
repo_token: "${{ secrets.GITHUB_TOKEN }}"
71-
automatic_release_tag: ${{ steps.extract_branch.outputs.branch }}
71+
automatic_release_tag: release-${{ steps.extract_branch.outputs.branch }}
7272
prerelease: true
7373
files: |
7474
/tmp/out/*/*

0 commit comments

Comments
 (0)