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 d9a1ff8 commit 43a6e56Copy full SHA for 43a6e56
.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.4.1
+ uses: softprops/action-gh-release@v2.4.2
215
with:
216
token: ${{ secrets.GITHUB_TOKEN }}
217
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"
.github/workflows/nightly.yml
@@ -149,7 +149,7 @@ jobs:
149
command: make chart_release
150
- name: Create Nightly Release
151
152
153
154
155
tag_name: ${{ env.BASE_RELEASE }}
0 commit comments