From 37c1993851e169e097c07d4ceb022fd622e78c2d Mon Sep 17 00:00:00 2001 From: Vivek Date: Mon, 27 May 2024 18:50:19 -0700 Subject: [PATCH] Update ci.yml again --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e84c91f..f21da5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,6 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: + prerelease: true files: "pixel-backup-gang-*.tar.gz" + token: ${{ secrets.MY_GITHUB_TOKEN }}