diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ee23b9..9c9ab64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} name: Release ${{ steps.get_version.outputs.VERSION }}