Skip to content

Commit d9d0966

Browse files
chore: Bump softprops/action-gh-release
Bumps the minor-and-patch group with 1 update in the / directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.3.2 to 2.3.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.3.2...v2.3.3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0930b4b commit d9d0966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/library-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
const readChangelog = require('./.github/workflows/scripts/readChangelog.js');
6060
readChangelog({ github, context, core });
6161
- name: Create release
62-
uses: softprops/action-gh-release@v2.3.2
62+
uses: softprops/action-gh-release@v2.3.3
6363
with:
6464
prerelease: false
6565
tag_name: "v${{ steps.package-version.outputs.current-version}}"

0 commit comments

Comments
 (0)