We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdd6ec commit 439228aCopy full SHA for 439228a
.github/workflows/deploy.yml
@@ -203,7 +203,7 @@ jobs:
203
- name: Create Release
204
if: env.LATEST_TAG != env.NEXT_TAG
205
id: create_release
206
- uses: softprops/action-gh-release@v2.2.1
+ uses: softprops/action-gh-release@v2.2.2
207
with:
208
token: ${{ secrets.GITHUB_TOKEN }}
209
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"
.github/workflows/nightly.yml
@@ -141,7 +141,7 @@ jobs:
141
command: make chart_release
142
- name: Create Nightly Release
143
144
145
146
147
tag_name: ${{ env.BASE_RELEASE }}
0 commit comments