summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-11 10:29:04 -0700
committerGitHub <noreply@github.com>2024-03-11 10:29:04 -0700
commit0b777772f45da20ac2d80395156653962b948d8b (patch)
tree64ad39ff51ee2dc655ab1f097e0f3e2b39717a39
parent7339fc478d8a455d7f68181d945cb1d2f184df88 (diff)
Update softprops/action-gh-release (#1954)
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 7ed8e471..b884d983 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -76,7 +76,7 @@ jobs:
shell: bash
- name: Publish Archive
- uses: softprops/action-gh-release@v0.1.15
+ uses: softprops/action-gh-release@v2.0.2
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
draft: false
@@ -86,7 +86,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Changelog
- uses: softprops/action-gh-release@v0.1.15
+ uses: softprops/action-gh-release@v2.0.2
if: >-
${{
startsWith(github.ref, 'refs/tags/')