From f95253529a51501e7acbf93082fb3296b9615b37 Mon Sep 17 00:00:00 2001 From: Alexei Ledenev Date: Wed, 2 Nov 2022 15:49:38 +0200 Subject: [PATCH] replace release github action --- .github/workflows/github-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github-release.yaml index 627e00d..0c7a06d 100644 --- a/.github/workflows/github-release.yaml +++ b/.github/workflows/github-release.yaml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Release - uses: softprops/action-gh-release + uses: softprops/action-gh-release@v1 with: body: ${{steps.github_release.outputs.changelog}} files: |