From b00b04ceebc4446bf6cce069d04ce845a5346e6c Mon Sep 17 00:00:00 2001 From: botato <63275405+botatooo@users.noreply.github.com> Date: Mon, 11 Jul 2022 17:27:36 +0000 Subject: Fix action not detecting prerelease --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14be7b2e..332ade24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,6 +110,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} + pre_release_branches: 'main' append_to_pre_release_tag: '-pre' - name: Release 📦 -- cgit v1.2.3