Skip to content

Commit 521bd33

Browse files
committed
[ci] Pinning softprops/action-gh-release@v2.1.0 instead of @master
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent d66ac52 commit 521bd33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Create Release
195195
if: env.LATEST_TAG != env.NEXT_TAG
196196
id: create_release
197-
uses: softprops/action-gh-release@master
197+
uses: softprops/action-gh-release@v2.1.0
198198
with:
199199
token: ${{ secrets.GITHUB_TOKEN }}
200200
tag_name: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
command: make chart_release
144144
- name: Create Nightly Release
145145
id: create_release
146-
uses: softprops/action-gh-release@master
146+
uses: softprops/action-gh-release@v2.1.0
147147
with:
148148
token: ${{ secrets.GITHUB_TOKEN }}
149149
tag_name: ${{ env.BASE_RELEASE }}

0 commit comments

Comments
 (0)