From 81fb069aceff0240ef0e32bbafffd131fc49e8fa Mon Sep 17 00:00:00 2001 From: Kamus Hadenes Date: Mon, 28 Jun 2021 22:10:48 -0300 Subject: [PATCH] fix workflow inputs --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 566f11115..573b0e016 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -176,7 +176,6 @@ jobs: id: changelog_reader uses: mindsers/changelog-reader-action@v2 with: - validation_depth: 10 version: ${{ env.GITHUB_REF_SLUG }} path: ./CHANGELOG.md @@ -185,10 +184,10 @@ jobs: with: allowUpdates: true artifactErrorsFailBuild: true - artifact: "/release/binaries.zip" + artifacts: "/release/binaries.zip" body: ${{ steps.changelog_reader.outputs.changes }} name: ${{ env.GITHUB_REF_SLUG }} - replaceArtifacts: true + replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }} - name: Cleanup Binaries