mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 18:03:41 +00:00
chore(ci): fix release step
This commit is contained in:
parent
be011c24d4
commit
01f54adf28
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -23,17 +23,18 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Conventional CHANGELOG
|
||||
id: changelog
|
||||
uses: TriPSs/conventional-changelog-action@v3
|
||||
if: github.ref == 'refs/heads/master'
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
|
||||
- name: Distribution
|
||||
run: make distribution
|
||||
if: github.ref == 'refs/heads/master' && steps.changelog.outputs.skipped == 'false'
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: github.ref == 'refs/heads/master' && steps.changelog.outputs.skipped == 'false'
|
||||
|
|
Loading…
Reference in New Issue
Block a user