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 5ba0bd7 commit 5176d9cCopy full SHA for 5176d9c
2 files changed
.github/workflows/deploy.yml
@@ -241,7 +241,7 @@ jobs:
241
- name: Create Release
242
if: env.LATEST_TAG != env.NEXT_TAG
243
id: create_release
244
- uses: softprops/action-gh-release@v3.0.1
+ uses: softprops/action-gh-release@v3.0.2
245
with:
246
token: ${{ secrets.GITHUB_TOKEN }}
247
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"
.github/workflows/nightly.yml
@@ -159,7 +159,7 @@ jobs:
159
command: make chart_release
160
- name: Create Nightly Release
161
162
163
164
165
tag_name: ${{ env.BASE_RELEASE }}
0 commit comments