From d54baf124808cad3d6a38b828dc14bd5e23c1f4a Mon Sep 17 00:00:00 2001 From: Michael Greminger Date: Wed, 15 Jan 2025 22:09:52 -0600 Subject: [PATCH] Update release.yml remove leading slash in git path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77670ac4..300b052a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,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 /refs/heads/${{ github.ref_name }} + git push -u origin refs/heads/${{ github.ref_name }}