Skip to content

Commit 5afcbcb

Browse files
Update softprops/action-gh-release action to v2.6.1 (#3094)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 91b86f0 commit 5afcbcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
- name: Create Release
209209
if: env.LATEST_TAG != env.NEXT_TAG
210210
id: create_release
211-
uses: softprops/action-gh-release@v2.5.0
211+
uses: softprops/action-gh-release@v2.6.1
212212
with:
213213
token: ${{ secrets.GITHUB_TOKEN }}
214214
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
@@ -149,7 +149,7 @@ jobs:
149149
command: make chart_release
150150
- name: Create Nightly Release
151151
id: create_release
152-
uses: softprops/action-gh-release@v2.5.0
152+
uses: softprops/action-gh-release@v2.6.1
153153
with:
154154
token: ${{ secrets.GITHUB_TOKEN }}
155155
tag_name: ${{ env.BASE_RELEASE }}

0 commit comments

Comments
 (0)