mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 14: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:
|
generate-changelog:
|
||||||
name: "📢 Run towncrier for changelog"
|
name: "📢 Run towncrier for changelog"
|
||||||
|
# skip for builds of git tags
|
||||||
|
if: "!startsWith(github.ref, 'refs/tags/')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "📥 Source checkout"
|
- name: "📥 Source checkout"
|
||||||
|
|
@ -138,6 +140,7 @@ jobs:
|
||||||
npm i
|
npm i
|
||||||
npm run get-proposals
|
npm run get-proposals
|
||||||
- name: "📥 Download generated changelog"
|
- name: "📥 Download generated changelog"
|
||||||
|
if: "needs.generate-changelog.result == 'success'"
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: changelog-artifact
|
name: changelog-artifact
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue