diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-12-13 15:59:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 15:59:21 +0100 |
commit | 7526bbc584084bc27c4f69e31aac805ecbec4ea6 (patch) | |
tree | a5143aa0f5b4c9cb5b7b72afa49136fed675ff1e | |
parent | ac4b5de656d318b98badc13e226f986e6c0b55eb (diff) |
ci: update release action (#17034)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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' && |