From 640b40c3fc7bebedca9912ed676061816b7dc849 Mon Sep 17 00:00:00 2001 From: Salman Mohammed Date: Thu, 16 Jan 2025 18:16:13 -0500 Subject: [PATCH] add TODOs only for testing --- .github/workflows/release.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8745f8d4f5..472c92d60c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: push: tags: - "v1.*" - - 'test.*' # Allow testing with test tags + - 'test.*' # TODO: remove after testing pull_request: branches: - "v1.0" @@ -221,20 +221,22 @@ jobs: allowUpdates: true omitBody: true omitPrereleaseDuringUpdate: true + prerelease: true # TODO: remove after testing + draft: true # TODO: remove after testing - # Create/update the stable release - - name: Release stable - uses: ncipollo/release-action@v1 - with: - tag: stable - name: Stable - token: ${{ secrets.GITHUB_TOKEN }} - artifacts: | - goose-*.tar.bz2 - Goose*.zip - allowUpdates: true - omitBody: true - omitPrereleaseDuringUpdate: true + # # Create/update the stable release + # - name: Release stable + # uses: ncipollo/release-action@v1 + # with: + # tag: stable + # name: Stable + # token: ${{ secrets.GITHUB_TOKEN }} + # artifacts: | + # goose-*.tar.bz2 + # Goose*.zip + # allowUpdates: true + # omitBody: true + # omitPrereleaseDuringUpdate: true # ------------------------------------ # 4) PR Comment with Desktop Link