Skip to content

Commit 032019a

Browse files
chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.2.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.2.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.0.8...v2.2.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71fc0bd commit 032019a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Uploading...
7979
if: github.ref == 'refs/heads/master'
80-
uses: softprops/action-gh-release@v2.0.8
80+
uses: softprops/action-gh-release@v2.2.1
8181
with:
8282
tag_name: ${{ env.VERSION }}
8383
token: ${{ secrets.PAT }}
@@ -174,7 +174,7 @@ jobs:
174174
175175
- name: Uploading...
176176
if: github.ref == 'refs/heads/master'
177-
uses: softprops/action-gh-release@v2.0.8
177+
uses: softprops/action-gh-release@v2.2.1
178178
with:
179179
tag_name: ${{ env.VERSION }}
180180
token: ${{ secrets.PAT }}
@@ -273,7 +273,7 @@ jobs:
273273
274274
- name: Uploading...
275275
if: github.ref == 'refs/heads/master'
276-
uses: softprops/action-gh-release@v2.0.8
276+
uses: softprops/action-gh-release@v2.2.1
277277
with:
278278
tag_name: ${{ env.VERSION }}
279279
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)