Skip to content

Commit 8b90a3d

Browse files
Update softprops/action-gh-release action to v2.3.3 (#2952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 63e2e89 commit 8b90a3d

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].2
214+
uses: softprops/[email protected].3
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
@@ -148,7 +148,7 @@ jobs:
148148
command: make chart_release
149149
- name: Create Nightly Release
150150
id: create_release
151-
uses: softprops/[email protected].2
151+
uses: softprops/[email protected].3
152152
with:
153153
token: ${{ secrets.GITHUB_TOKEN }}
154154
tag_name: ${{ env.BASE_RELEASE }}

0 commit comments

Comments
 (0)