We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f97f4 commit 7162f25Copy full SHA for 7162f25
.github/workflows/deploy.yml
@@ -203,7 +203,7 @@ jobs:
203
- name: Create Release
204
if: env.LATEST_TAG != env.NEXT_TAG
205
id: create_release
206
- uses: softprops/action-gh-release@v2.2.2
+ uses: softprops/action-gh-release@v2.3.2
207
with:
208
token: ${{ secrets.GITHUB_TOKEN }}
209
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"
.github/workflows/nightly.yml
@@ -141,7 +141,7 @@ jobs:
141
command: make chart_release
142
- name: Create Nightly Release
143
144
145
146
147
tag_name: ${{ env.BASE_RELEASE }}
0 commit comments