diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index df5530c7..a7990c4c 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -62,7 +62,7 @@ jobs: zip -j ${{ matrix.platform.name }} ${{ matrix.platform.bin }} mv ${{ matrix.platform.name }} ../../../ - name: Upload Release Asset - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # ratchet:softprops/action-gh-release@v2.2.0 with: files: 'quary-*' upload_cli_release_linux_aarch: @@ -105,7 +105,7 @@ jobs: zip -j ${{ matrix.platform.name }} ${{ matrix.platform.bin }} mv ${{ matrix.platform.name }} ../../../ - name: Upload Release Asset - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # ratchet:softprops/action-gh-release@v2.2.0 with: files: 'quary-*' upload_cli_release_mac: @@ -189,7 +189,7 @@ jobs: # echo "Attach staple" # xcrun stapler staple -v notarization.zip - name: Upload Release Asset - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # ratchet:softprops/action-gh-release@v2.2.0 with: files: 'quary-*' upload_cli_release_windows: @@ -214,7 +214,7 @@ jobs: Compress-Archive -Path quary.exe -DestinationPath "quary-windows-x86_64-gnu.zip" Move-Item -Path "quary-windows-x86_64-gnu.zip" -Destination "../../" - name: Upload Release Asset - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # ratchet:softprops/action-gh-release@v2.2.0 with: files: 'quary-*' calculate-hash: diff --git a/.github/workflows/release-vsix.yml b/.github/workflows/release-vsix.yml index 4437eb1c..a40fc229 100644 --- a/.github/workflows/release-vsix.yml +++ b/.github/workflows/release-vsix.yml @@ -48,7 +48,7 @@ jobs: - name: Build extension run: pnpm run build_extension - name: Upload Release Asset - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # ratchet:softprops/action-gh-release@v2.2.0 with: files: ./js/packages/quary-extension/quary-*.vsix - run: pnpx vsce publish --packagePath $(find ./js/packages/quary-extension/quary-*.vsix)