Skip to content

Commit

Permalink
Fix invalid substitution in release creation in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CarrotManMatt committed Nov 3, 2024
1 parent 20a2b66 commit e59be2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: gh release upload '${{ github.ref_name }}' dist/** --repo
github.repository }}'
'${{ github.repository }}'

0 comments on commit e59be2d

Please sign in to comment.