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