From 2f13862dc7c1113a6ab7a61e5785285696030836 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Sun, 18 Sep 2022 13:03:46 +0200 Subject: [PATCH] Make release workflow handle initial release? Same as https://github.com/dentarg/gem-compare/commit/5430e0387423200ace64b130d8981c23424f6451 --- .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 ba0194c..ed75c87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - run: git push origin HEAD:v1 + - run: git push origin HEAD:refs/heads/v1