Skip to content

Commit dabf4f1

Browse files
authored
Merge pull request #10 from cl-qob/dependabot/github_actions/softprops/action-gh-release-2.2.1
chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.2.1
2 parents ccdee07 + 032019a commit dabf4f1

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
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Uploading...
8181
if: github.ref == 'refs/heads/master'
82-
uses: softprops/action-gh-release@v2.0.8
82+
uses: softprops/action-gh-release@v2.2.1
8383
with:
8484
tag_name: ${{ env.VERSION }}
8585
token: ${{ secrets.PAT }}
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: Uploading...
178178
if: github.ref == 'refs/heads/master'
179-
uses: softprops/action-gh-release@v2.0.8
179+
uses: softprops/action-gh-release@v2.2.1
180180
with:
181181
tag_name: ${{ env.VERSION }}
182182
token: ${{ secrets.PAT }}
@@ -275,7 +275,7 @@ jobs:
275275
276276
- name: Uploading...
277277
if: github.ref == 'refs/heads/master'
278-
uses: softprops/action-gh-release@v2.0.8
278+
uses: softprops/action-gh-release@v2.2.1
279279
with:
280280
tag_name: ${{ env.VERSION }}
281281
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)