diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 44c644d..5c4a306 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -65,4 +65,4 @@ jobs: with: token: ${{ secrets.ACTION_TOKEN }} files: release-darwin-arm64.zip - update_latest_release: true + make_latest: false diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index cffbb78..078a30a 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -71,4 +71,4 @@ jobs: with: token: ${{ secrets.ACTION_TOKEN }} files: release-ubuntu-${{ matrix.arch }}.zip - update_latest_release: true \ No newline at end of file + make_latest: false \ No newline at end of file diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 79670f2..05a4b87 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -65,4 +65,4 @@ jobs: with: token: ${{ secrets.ACTION_TOKEN }} files: release-windows-amd64.zip - update_latest_release: true + make_latest: false \ No newline at end of file