Skip to content

Commit 7f4faf8

Browse files
Bump softprops/action-gh-release from 2.1.0 to 2.2.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 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.1.0...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 cc8ada2 commit 7f4faf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218

219219
- name: Create GitHub release
220220
id: github_release
221-
uses: softprops/action-gh-release@v2.1.0
221+
uses: softprops/action-gh-release@v2.2.1
222222
with:
223223
tag_name: ${{ github.ref }}
224224
name: ${{ env.PLUGIN_NAME }} ${{ github.ref }}

0 commit comments

Comments
 (0)