diff --git a/.github/workflows/handleRelease.yml b/.github/workflows/handleRelease.yml index cbcd4e6f1..a69d20b6f 100644 --- a/.github/workflows/handleRelease.yml +++ b/.github/workflows/handleRelease.yml @@ -54,7 +54,7 @@ jobs: working-directory: bin run: gnpm run generateChangelog ${{ github.ref }} > ${{ github.workspace }}-CHANGELOG.txt - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{startsWith(github.ref, 'refs/tags/v') }} with: body_path: ${{ github.workspace }}-CHANGELOG.txt