Skip to content

Commit

Permalink
chore: bump softprops/action-gh-release from 2.0.8 to 2.0.9
Browse files Browse the repository at this point in the history
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@c062e08...e7a8f85)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and benfdking committed Nov 8, 2024
1 parent 9ae5969 commit 05f3310
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # ratchet:softprops/action-gh-release@v2.0.9
with:
files: 'quary-*'
upload_cli_release_linux_aarch:
Expand Down Expand Up @@ -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@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # ratchet:softprops/action-gh-release@v2.0.9
with:
files: 'quary-*'
upload_cli_release_mac:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
# echo "Attach staple"
# xcrun stapler staple -v notarization.zip
- name: Upload Release Asset
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # ratchet:softprops/action-gh-release@v2.0.9
with:
files: 'quary-*'
upload_cli_release_windows:
Expand All @@ -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@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # ratchet:softprops/action-gh-release@v2.0.9
with:
files: 'quary-*'
calculate-hash:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build extension
run: pnpm run build_extension
- name: Upload Release Asset
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # ratchet:softprops/action-gh-release@v2.0.9
with:
files: ./js/packages/quary-extension/quary-*.vsix
- run: pnpx vsce publish --packagePath $(find ./js/packages/quary-extension/quary-*.vsix)
Expand Down

0 comments on commit 05f3310

Please sign in to comment.