diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 425e9d53..99f8f981 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,7 @@ jobs: - name: Create Release if: ${{ !github.event.act }} # skip during local actions testing - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.14.0 with: artifacts: "ProjectMakoto/ProjectMakoto/Release.zip" generateReleaseNotes: true diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e25c942b..175be6a7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -135,7 +135,7 @@ jobs: - name: Create Release if: ${{ !github.event.act }} # skip during local actions testing - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.14.0 with: artifacts: "ProjectMakotoPreview/ProjectMakoto/Release.zip" generateReleaseNotes: true