summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 10:26:16 -0700
committerGitHub <noreply@github.com>2024-03-18 10:26:16 -0700
commit1ad1525927d187b6cf8c17fb7e2e647595ac0074 (patch)
treec646de38a5cf8637ca418c526891472f6fcbdf57
parent10923ebb6da8f003aacd1fb3927113e7c7369ada (diff)
Update softprops/action-gh-release (#1973)
-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 b884d983..c7f14be1 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@v2.0.2
+ uses: softprops/action-gh-release@v2.0.4
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@v2.0.2
+ uses: softprops/action-gh-release@v2.0.4
if: >-
${{
startsWith(github.ref, 'refs/tags/')