Browse Source

fix workflow inputs

pull/733/head
Kamus Hadenes 5 years ago
parent
commit
81fb069ace
No known key found for this signature in database GPG Key ID: EE8A46B3A80AFD59
  1. 5
      .github/workflows/release.yml

5
.github/workflows/release.yml

@ -176,7 +176,6 @@ jobs:
id: changelog_reader id: changelog_reader
uses: mindsers/changelog-reader-action@v2 uses: mindsers/changelog-reader-action@v2
with: with:
validation_depth: 10
version: ${{ env.GITHUB_REF_SLUG }} version: ${{ env.GITHUB_REF_SLUG }}
path: ./CHANGELOG.md path: ./CHANGELOG.md
@ -185,10 +184,10 @@ jobs:
with: with:
allowUpdates: true allowUpdates: true
artifactErrorsFailBuild: true artifactErrorsFailBuild: true
artifact: "/release/binaries.zip" artifacts: "/release/binaries.zip"
body: ${{ steps.changelog_reader.outputs.changes }} body: ${{ steps.changelog_reader.outputs.changes }}
name: ${{ env.GITHUB_REF_SLUG }} name: ${{ env.GITHUB_REF_SLUG }}
replaceArtifacts: true replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Cleanup Binaries - name: Cleanup Binaries

Loading…
Cancel
Save