mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
ci: update release action (#17034)
This commit is contained in:
parent
ac4b5de656
commit
7526bbc584
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -575,7 +575,7 @@ jobs:
|
||||||
./tools/release/05_create_release_notes.ts
|
./tools/release/05_create_release_notes.ts
|
||||||
|
|
||||||
- name: Upload release to GitHub
|
- name: Upload release to GitHub
|
||||||
uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
if: |
|
if: |
|
||||||
matrix.job == 'test' &&
|
matrix.job == 'test' &&
|
||||||
matrix.profile == 'release' &&
|
matrix.profile == 'release' &&
|
||||||
|
|
Loading…
Reference in a new issue