From 477e83799cc17ff3d7bd0def9310d088fc15f96b Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Sun, 7 May 2023 16:22:09 +0200 Subject: [PATCH] Update continuous.yml --- .github/workflows/continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 72bb7044..89ac6187 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -39,6 +39,6 @@ jobs: - name: Update release uses: johnwbyrd/update-release@v1.0.0 with: - release: 'Continuous Release' + release: 'continuous' token: ${{ secrets.GITHUB_TOKEN }} files: ${{ env.PROJECT_NAME }}.zip