diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd778fe..80c1bbe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -85,7 +85,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: architect/release/architect-macos-${{ matrix.arch }}.tar.gz draft: false