Skip to content

Commit

Permalink
skip changelog on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 15, 2022
1 parent 05addbb commit 9a75178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -138,6 +140,7 @@ jobs:
npm i
npm run get-proposals
- name: "📥 Download generated changelog"
if: !startsWith(github.ref, 'refs/tags/')
uses: actions/download-artifact@v3
with:
name: changelog-artifact
Expand Down

0 comments on commit 9a75178

Please sign in to comment.