Skip to content

Commit 147732b

Browse files
chore(deps): update softprops/action-gh-release action to v2.4.1 (#1212)
1 parent e9e249a commit 147732b

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
@@ -126,7 +126,7 @@ jobs:
126126
GH_TOKEN: ${{ github.token }}
127127

128128
- name: Create GH Release
129-
uses: softprops/action-gh-release@v2.3.2
129+
uses: softprops/action-gh-release@v2.4.1
130130
with:
131131
files: |
132132
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.3.2
51+
uses: softprops/action-gh-release@v2.4.1
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.3.2
67+
uses: softprops/action-gh-release@v2.4.1
6868
with:
6969
files: |
7070
dist/*.zip

0 commit comments

Comments
 (0)