diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 383436b..52513d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: retention-days: 30 - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' with: tag_name: ${{ steps.get_version.outputs.VERSION }}