diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c324c6e..7ee023b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: path: dist merge-multiple: true - name: Attach the binaries to the release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: dist/* generate_release_notes: true @@ -212,7 +212,7 @@ jobs: cat "$out" done - name: Attach the PKGBUILD to the release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: PKGBUILD - name: Push it to the tap