Skip to content

Commit 020eafe

Browse files
authored
GH Actions: print draft changelog job summary (cylc#1795)
1 parent eff0a9c commit 020eafe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757
run: yarn run lint:compat
5858

5959
- name: Towncrier - draft changelog
60-
run: |
61-
python3 -m pip install -q towncrier
62-
towncrier build --draft --version $(node -p "require('./package.json').version")
60+
uses: cylc/release-actions/towncrier-draft@v1
6361

6462
cypress-run:
6563
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)