ci: 🚧 [skip ci]

pull/4338/head
Jamie 3 years ago committed by GitHub
parent 2c6082456e
commit dea9dc3993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -162,6 +162,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
version-file: 'version.json'
skip-on-empty: 'false'
git-message: 'chore(release): :rocket: {version}'
- name: Download Artifacts
id: download
uses: actions/download-artifact@v2
@ -191,19 +199,6 @@ jobs:
artifacts/**/*.tar.gz
artifacts/**/*.zip
update-changelog:
needs: [ release ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
version-file: 'version.json'
skip-on-empty: 'false'
git-message: 'chore(release): :rocket: {version}'
update-apt:
needs: [ release ]
runs-on: ubuntu-latest

Loading…
Cancel
Save