Allowing neutral to work

This commit is contained in:
Zoe Roux 2021-04-19 00:07:20 +02:00 committed by GitHub
parent eec0460bda
commit 65a1e1ea9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ jobs:
ref: ${{github.ref}} ref: ${{github.ref}}
repo-token: ${{secrets.GITHUB_TOKEN}} repo-token: ${{secrets.GITHUB_TOKEN}}
running-workflow-name: release running-workflow-name: release
allowed-conclusions: success,skipped,cancelled,neutral
- name: Generate changelog - name: Generate changelog
uses: mikepenz/release-changelog-builder-action@v1 uses: mikepenz/release-changelog-builder-action@v1
env: env: