Skip to content

Commit 337c796

Browse files
chore: Bump softprops/action-gh-release from 2.3.2 to 2.3.3 in the minor-and-patch group across 1 directory (#580)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0930b4b commit 337c796

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)