Skip to content

Commit

Permalink
fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Dec 3, 2023
1 parent ffa7f29 commit d68f9f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ jobs:
steps:
- run: true

- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Extract changelog
uses: sean0x42/markdown-extract@v2
id: extract_changelog
with:
file: /github/workspace/changelog.md
file: changelog.md
pattern: '\[0.21.1\].+'
no-print-matched-heading: true

Expand Down

0 comments on commit d68f9f2

Please sign in to comment.