Skip to content

Commit edc0926

Browse files
chore(deps): bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c7b5d7 commit edc0926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git push origin v${{ steps.pkg.outputs.version }}
7575
7676
- name: Create GitHub release
77-
uses: softprops/action-gh-release@v2
77+
uses: softprops/action-gh-release@v3
7878
with:
7979
tag_name: v${{ steps.pkg.outputs.version }}
8080
name: v${{ steps.pkg.outputs.version }}

0 commit comments

Comments
 (0)