Skip to content

Commit c7e6fd6

Browse files
chore(deps): update softprops/action-gh-release action to v2.6.2
1 parent d6732ed commit c7e6fd6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
GH_TOKEN: ${{ github.token }}
119119

120120
- name: Create GH Release
121-
uses: softprops/action-gh-release@v2.5.0
121+
uses: softprops/action-gh-release@v2.6.2
122122
with:
123123
files: |
124124
dist/*.zip

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GH_TOKEN: ${{ github.token }}
4949

5050
- name: Release
51-
uses: softprops/action-gh-release@v2.5.0
51+
uses: softprops/action-gh-release@v2.6.2
5252
with:
5353
files: |
5454
dist/*.zip

.github/workflows/release-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
GH_TOKEN: ${{ github.token }}
6565

6666
- name: Release
67-
uses: softprops/action-gh-release@v2.5.0
67+
uses: softprops/action-gh-release@v2.6.2
6868
with:
6969
files: |
7070
dist/*.zip

0 commit comments

Comments
 (0)