Skip to content

Commit 43a6e56

Browse files
Update softprops/action-gh-release action to v2.4.2 (#3024)
1 parent d9a1ff8 commit 43a6e56

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
@@ -211,7 +211,7 @@ jobs:
211211
- name: Create Release
212212
if: env.LATEST_TAG != env.NEXT_TAG
213213
id: create_release
214-
uses: softprops/[email protected].1
214+
uses: softprops/[email protected].2
215215
with:
216216
token: ${{ secrets.GITHUB_TOKEN }}
217217
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/[email protected].1
152+
uses: softprops/[email protected].2
153153
with:
154154
token: ${{ secrets.GITHUB_TOKEN }}
155155
tag_name: ${{ env.BASE_RELEASE }}

0 commit comments

Comments
 (0)