Skip to content

Commit 6382e8f

Browse files
committed
Pin softprops/action-gh-release to v2.2.2
1 parent 3a0a8bb commit 6382e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
merge-multiple: true
323323

324324
- name: Prepare a release
325-
uses: softprops/action-gh-release@v2
325+
uses: softprops/action-gh-release@v2.2.2
326326
with:
327327
generate_release_notes: true
328328
body: |
@@ -391,7 +391,7 @@ jobs:
391391
await script({ core, github, context });
392392
393393
- name: Update unstable release
394-
uses: softprops/action-gh-release@v2
394+
uses: softprops/action-gh-release@v2.2.2
395395
with:
396396
name: "Unstable build"
397397
tag_name: unstable

0 commit comments

Comments
 (0)