mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
ci: update release action (#1154)
This commit is contained in:
parent
b53ecc2f65
commit
1874b33eff
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -183,9 +183,7 @@ jobs:
|
||||
target/${{ env.LIB_NAME }}_${{ matrix.config.variant }}_${{ matrix.config.target }}.${{ env.LIB_EXT }}
|
||||
|
||||
- name: Binary publish
|
||||
# TODO(ry): use version instead of commit hash once #139 is fixed.
|
||||
# https://github.com/softprops/action-gh-release/issues/139
|
||||
uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
if: >-
|
||||
github.repository == 'denoland/rusty_v8' &&
|
||||
startsWith(github.ref, 'refs/tags/')
|
||||
|
Loading…
Reference in New Issue
Block a user