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 fbe332f commit 25536b3Copy full SHA for 25536b3
.github/workflows/deploy.yml
@@ -211,7 +211,7 @@ jobs:
211
- name: Create Release
212
if: env.LATEST_TAG != env.NEXT_TAG
213
id: create_release
214
- uses: softprops/action-gh-release@v2.3.4
+ uses: softprops/action-gh-release@v2.4.0
215
with:
216
token: ${{ secrets.GITHUB_TOKEN }}
217
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"
.github/workflows/nightly.yml
@@ -148,7 +148,7 @@ jobs:
148
command: make chart_release
149
- name: Create Nightly Release
150
151
152
153
154
tag_name: ${{ env.BASE_RELEASE }}
0 commit comments