diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad3c7f18..77670ac4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ +name: Create Release on: push: tags: @@ -13,4 +14,4 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions@github.com" git checkout -b ${{ github.ref_name }} - git push -u origin ${{ github.ref_name }} + git push -u origin /refs/heads/${{ github.ref_name }}