diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 660e7b22..39afc074 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -129,7 +129,7 @@ jobs: - name: Create and publish release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: OpenAPI.Net.OData v${{ needs.ci.outputs.latest_version }} tag_name: v${{ needs.ci.outputs.latest_version }}