Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Jul 4, 2024
1 parent d50e781 commit 2a66f80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 2a66f80

Please sign in to comment.