From 2a66f80c5030e7a5df35f20af8d60e5f40add58f Mon Sep 17 00:00:00 2001 From: Lukasz Mierzwa Date: Thu, 4 Jul 2024 17:31:27 +0100 Subject: [PATCH] test --- .github/workflows/compile.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f87487f1..beae4eda 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -45,16 +45,14 @@ jobs: args: release --clean --skip=validate --skip=sign --skip=sbom --skip=publish --snapshot - name: Extract release changelog - if: startsWith(github.ref, 'refs/tags/') id: changelog uses: sean0x42/markdown-extract@v2 with: file: docs/changelog.md - pattern: "${{ github.ref_name }}" + pattern: "v0.61.0" no-print-matched-heading: true - name: Write changelog - if: startsWith(github.ref, 'refs/tags/') run: | mkdir .tmp exec 3<<'HERE' @@ -63,7 +61,6 @@ jobs: cat /dev/fd/3 | tee .tmp/changelog.txt - name: Release binaries - if: startsWith(github.ref, 'refs/tags/') uses: goreleaser/goreleaser-action@v6 with: args: release --clean --release-notes=.tmp/changelog.txt