From 698860ec606e7ce9fd085a1779fc44269863bd83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20K=C3=B6nig?= Date: Wed, 18 Sep 2024 21:39:00 +0200 Subject: [PATCH] auto release GH releases via workflow --- .github/workflows/release.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fdb143a..b8419a7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,22 +29,6 @@ jobs: - uses: actions/checkout@v4 - - name: Extract changelog for latest version - just for testing, so the pipeline fails earily if it breaks - if: matrix.platform == 'ubuntu-latest' - id: changelog - run: | - # Extract the changelog for the latest version and trim blank lines - CHANGELOG=$(awk '/^## [0-9]+\.[0-9]+\.[0-9]+/ {if (p) exit; p=1; next} p' CHANGELOG.md | sed '/^[[:space:]]*$/d') - - # Output the extracted changelog for debugging - echo "$CHANGELOG" - - # Save output - echo 'changelog<> $GITHUB_OUTPUT - echo "$CHANGELOG" >> $GITHUB_OUTPUT - echo 'EOF' >> $GITHUB_OUTPUT - - - uses: actions/setup-node@v4 with: node-version: '22.5.1' @@ -205,7 +189,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - draft: true + draft: false prerelease: false tag: ${{ github.ref_name }} name: ${{ github.ref_name }}