0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-23 15:50:11 -05:00

fix: binary publish problem (#750)

This commit is contained in:
Ryan Dahl 2021-08-09 20:08:33 +02:00 committed by GitHub
parent 9aadaf5c2c
commit eeffe1d722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,9 @@ jobs:
target/${{ env.LIB_NAME }}_${{ matrix.config.variant }}_${{ matrix.config.target }}.${{ env.LIB_EXT }}
- name: Binary publish
uses: softprops/action-gh-release@v1
# 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
if: >-
github.repository == 'denoland/rusty_v8' &&
startsWith(github.ref, 'refs/tags/')