mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 03:44:05 -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
|
gsutil cp release-latest.txt gs://dl.deno.land/release-latest.txt
|
||||||
|
|
||||||
- name: Upload release to GitHub
|
- name: Upload release to GitHub
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
|
||||||
if: |
|
if: |
|
||||||
matrix.kind == 'test' &&
|
matrix.kind == 'test' &&
|
||||||
matrix.profile == 'release' &&
|
matrix.profile == 'release' &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue