Skip to content

Commit

Permalink
Don't have both a tag and branch named develop
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Jun 30, 2024
1 parent 04a3835 commit 4454fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/${{ steps.basefn.outputs.FILEPATH }}*
tag: ${{ github.ref_name }}
tag: build-${{ github.ref_name }}
overwrite: true
file_glob: true

0 comments on commit 4454fd6

Please sign in to comment.