Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
remove leading slash in git path
  • Loading branch information
mgreminger authored Jan 16, 2025
1 parent 0d0859e commit d54baf1
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 @@ -14,4 +14,4 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
git checkout -b ${{ github.ref_name }}
git push -u origin /refs/heads/${{ github.ref_name }}
git push -u origin refs/heads/${{ github.ref_name }}

0 comments on commit d54baf1

Please sign in to comment.