From ac63c27d8b1537891caafb9be2cb64aa53ce9353 Mon Sep 17 00:00:00 2001 From: htrinter Date: Sun, 26 Nov 2023 21:52:44 +0100 Subject: [PATCH] setup for testing --- .github/workflows/release-action.yml | 2 +- .github/workflows/release-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index e98391b..cccc7dd 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -2,7 +2,7 @@ name: Build release on: push: tags: - - 'v*' + - 'testv*' jobs: call-test-workflow: uses: ./.github/workflows/test-workflow.yml diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index a7eea92..37a02b0 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -42,7 +42,7 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} body: ${{ steps.changelog.outputs.text }} - draft: false + draft: true prerelease: false - name: Upload Firefox release assets uses: actions/upload-release-asset@v1