From 06d7cbcf8373ef7f8c17630f7c63b0fa560bf187 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sun, 1 Oct 2023 15:27:24 -0400 Subject: [PATCH] use dciborow's automatic realease fork --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46291ea07..3294597c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -225,7 +225,7 @@ jobs: uses: actions/download-artifact@v3 - name: Deploy Continuous if: github.ref == 'refs/heads/master' - uses: "marvinpinto/action-automatic-releases@latest" + uses: "dciborow/action-automatic-releases-2@v1.0.1" with: repo_token: "${{ secrets.DEPLOYTOKEN }}" automatic_release_tag: "continuous" @@ -237,7 +237,7 @@ jobs: debian-artifacts/* - name: Deploy Release if: contains(github.ref, '/tags/v') - uses: "marvinpinto/action-automatic-releases@latest" + uses: "dciborow/action-automatic-releases-2@v1.0.1" with: repo_token: "${{ secrets.DEPLOYTOKEN }}" prerelease: false