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 03f439f commit 55495e1Copy full SHA for 55495e1
.github/workflows/deploy.yml
@@ -236,7 +236,7 @@ jobs:
236
- name: Create Release
237
if: env.LATEST_TAG != env.NEXT_TAG
238
id: create_release
239
- uses: softprops/action-gh-release@v2.6.1
+ uses: softprops/action-gh-release@v2.6.2
240
with:
241
token: ${{ secrets.GITHUB_TOKEN }}
242
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