diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f3eac7901..61070e439 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -180,7 +180,7 @@ jobs: # Create gitHub release # https://github.com/marketplace/actions/gh-release - name: Create Github Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: token: ${{ secrets.PUSH_TOKEN }} body_path: .changelog/${{ github.ref_name }}.md