Skip to content

Commit 113c7f5

Browse files
build(deps): bump softprops/action-gh-release from 2 to 3 (#90)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a917d2d commit 113c7f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
throw new Error(errorMsg);
224224
}
225225
- name: "Create nightly release"
226-
uses: softprops/action-gh-release@v2
226+
uses: softprops/action-gh-release@v3
227227
if: "${{ steps.nightly-logic.outputs.UPDATE_RELEASE == 'true' }}"
228228
with:
229229
name: "${{ steps.build.outputs.ZIP_VERSION }} nightly"

.github/workflows/auto-release-from-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
fi
140140
printf 'TAG_NAME=%s\n' "${TAG_NAME:?}" 1>> "${GITHUB_OUTPUT?}"
141141
- name: "Create release"
142-
uses: softprops/action-gh-release@v2
142+
uses: softprops/action-gh-release@v3
143143
if: "${{ steps.release-logic.outputs.CREATE_RELEASE == 'true' }}"
144144
with:
145145
name: "${{ steps.release-logic.outputs.TAG_NAME }}"

0 commit comments

Comments
 (0)