mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
skip changelog on tags
This commit is contained in:
parent
92db0ee92c
commit
7a20fd8f73
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -101,6 +101,8 @@ jobs:
|
|||
|
||||
generate-changelog:
|
||||
name: "📢 Run towncrier for changelog"
|
||||
# skip for builds of git tags
|
||||
if: "!startsWith(github.ref, 'refs/tags/')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "📥 Source checkout"
|
||||
|
|
@ -138,6 +140,7 @@ jobs:
|
|||
npm i
|
||||
npm run get-proposals
|
||||
- name: "📥 Download generated changelog"
|
||||
if: "needs.generate-changelog.result == 'success'"
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: changelog-artifact
|
||||
|
|
|
|||
Loading…
Reference in a new issue