Skip to content

Commit 55495e1

Browse files
Update softprops/action-gh-release action to v2.6.2 (#3113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 03f439f commit 55495e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- name: Create Release
237237
if: env.LATEST_TAG != env.NEXT_TAG
238238
id: create_release
239-
uses: softprops/action-gh-release@v2.6.1
239+
uses: softprops/action-gh-release@v2.6.2
240240
with:
241241
token: ${{ secrets.GITHUB_TOKEN }}
242242
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
command: make chart_release
160160
- name: Create Nightly Release
161161
id: create_release
162-
uses: softprops/action-gh-release@v2.6.1
162+
uses: softprops/action-gh-release@v2.6.2
163163
with:
164164
token: ${{ secrets.GITHUB_TOKEN }}
165165
tag_name: ${{ env.BASE_RELEASE }}

0 commit comments

Comments
 (0)