Merge pull request #22 from AnonymusRaccoon/CI

Allowing neutral to work
This commit is contained in:
Zoe Roux 2021-04-18 15:09:32 -07:00 committed by GitHub
commit db0a983a45
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: