Skip to content

Commit 7459eeb

Browse files
Update softprops/action-gh-release action to v2.3.3
1 parent df4a27c commit 7459eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
continue-on-error: true
6262

6363
- name: Release nightly build
64-
uses: softprops/action-gh-release@v2.2.2
64+
uses: softprops/action-gh-release@v2.3.3
6565
with:
6666
name: "Nightly Build (${{ env.DATE }})"
6767
tag_name: "nightly"

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}"
5656
5757
- name: Release Artifacts
58-
uses: softprops/action-gh-release@v2.2.2
58+
uses: softprops/action-gh-release@v2.3.3
5959
with:
6060
name: "Dolphin Emulator: ${{ env.VERSION }}"
6161
tag_name: "${{ env.VERSION }}@${{ env.DATE }}"

0 commit comments

Comments
 (0)