Skip to content

Commit 5a7d426

Browse files
Update softprops/action-gh-release action to v2.4.0
1 parent 636e7bc commit 5a7d426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
8181
continue-on-error: true
8282

83-
- uses: softprops/action-gh-release@v2.2.2
83+
- uses: softprops/action-gh-release@v2.4.0
8484
with:
8585
name: "Continuous Build (Nightly Version: ${{ env.VERSION }})"
8686
tag_name: "nightly"

.github/workflows/build-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}"
7272
7373
- name: Release Artifacts
74-
uses: softprops/action-gh-release@v2.2.2
74+
uses: softprops/action-gh-release@v2.4.0
7575
with:
7676
name: "Citron: ${{ env.VERSION }}"
7777
tag_name: "${{ env.VERSION }}@${{ env.DATE }}"

0 commit comments

Comments
 (0)