From 70b45bbc6a236988303eac149b745ba3236d6d77 Mon Sep 17 00:00:00 2001 From: petar-cvit Date: Thu, 11 Jan 2024 19:09:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20tag=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 626ed52f..beb7ea69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + commitish: main tag_name: ${{ github.event.inputs.version }} release_name: ${{ github.event.inputs.version }} draft: true