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 521bd33 commit 2186f79Copy full SHA for 2186f79
.github/workflows/deploy.yml
@@ -194,7 +194,7 @@ jobs:
194
- name: Create Release
195
if: env.LATEST_TAG != env.NEXT_TAG
196
id: create_release
197
- uses: softprops/action-gh-release@v2.1.0
+ uses: softprops/action-gh-release@v2.2.0
198
with:
199
token: ${{ secrets.GITHUB_TOKEN }}
200
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"
.github/workflows/nightly.yml
@@ -143,7 +143,7 @@ jobs:
143
command: make chart_release
144
- name: Create Nightly Release
145
146
147
148
149
tag_name: ${{ env.BASE_RELEASE }}
0 commit comments