mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
build: pin softprops/action-gh-release (#11622)
This commit is contained in:
parent
f7e416bc7f
commit
3a7de8e40f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -557,7 +557,7 @@ jobs:
|
|||
gsutil cp release-latest.txt gs://dl.deno.land/release-latest.txt
|
||||
|
||||
- name: Upload release to GitHub
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
|
||||
if: |
|
||||
matrix.kind == 'test' &&
|
||||
matrix.profile == 'release' &&
|
||||
|
|
Loading…
Reference in a new issue