Skip to content

Commit

Permalink
ci: update release action (denoland#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Dec 13, 2022
1 parent b53ecc2 commit 1874b33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: >-
github.repository == 'denoland/rusty_v8' &&
startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 1874b33

Please sign in to comment.