Skip to content

Commit

Permalink
build: Prefix automatic release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jul 1, 2023
1 parent e029baf commit c074303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.extract_branch.outputs.branch }}
automatic_release_tag: release-${{ steps.extract_branch.outputs.branch }}
prerelease: true
files: |
/tmp/out/*/*
Expand Down

0 comments on commit c074303

Please sign in to comment.