From cda90797cbd8e762d5450be0d31b7d5959b08d53 Mon Sep 17 00:00:00 2001 From: Chay Nabors Date: Wed, 27 Dec 2023 21:38:01 -0600 Subject: [PATCH] one more try --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1302e41..69ff00b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} - name: Create release shell: bash @@ -35,7 +33,7 @@ jobs: git config --global user.name 'Chay Nabors' git config --global user.email 'chaynabors@users.noreply.github.com' git commit -am "bump version" - git push + git push origin HEAD:main build-and-upload: name: Build ${{ matrix.name }}