Skip to content

Commit ec6c337

Browse files
Bump softprops/action-gh-release from 2.2.1 to 2.2.2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 2.2.2. - [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@c95fe14...da05d55) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11a00ac commit ec6c337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Create Release
6161
if: startsWith(github.ref, 'refs/tags/')
6262
id: create_release
63-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
63+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions
6666
with:
@@ -314,7 +314,7 @@ jobs:
314314

315315
- name: Upload Release Asset
316316
if: startsWith(github.ref, 'refs/tags/')
317-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
317+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
318318
env:
319319
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
320320
with:
@@ -497,7 +497,7 @@ jobs:
497497
498498
- name: Upload Release Asset
499499
if: startsWith(github.ref, 'refs/tags/')
500-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
500+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
501501
env:
502502
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
503503
with:

0 commit comments

Comments
 (0)