summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-12-13 15:59:21 +0100
committerGitHub <noreply@github.com>2022-12-13 15:59:21 +0100
commit7526bbc584084bc27c4f69e31aac805ecbec4ea6 (patch)
treea5143aa0f5b4c9cb5b7b72afa49136fed675ff1e
parentac4b5de656d318b98badc13e226f986e6c0b55eb (diff)
ci: update release action (#17034)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 03d13a2ff..911afe047 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -575,7 +575,7 @@ jobs:
./tools/release/05_create_release_notes.ts
- name: Upload release to GitHub
- uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
+ uses: softprops/action-gh-release@v0.1.15
if: |
matrix.job == 'test' &&
matrix.profile == 'release' &&