Skip to content

Commit a3ca3bd

Browse files
chore: Bump softprops/action-gh-release to 2.3.2 (#507)
1 parent e9596f9 commit a3ca3bd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/giant-horses-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aragon/gov-ui-kit': minor
3+
---
4+
5+
Bump softprops/action-gh-release to 2.3.2

.github/workflows/library-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
const readChangelog = require('./.github/workflows/scripts/readChangelog.js');
4747
readChangelog({ github, context, core });
4848
- name: Create release
49-
uses: softprops/action-gh-release@v2.2.2
49+
uses: softprops/action-gh-release@v2.3.2
5050
with:
5151
prerelease: false
5252
tag_name: "v${{ steps.package-version.outputs.current-version}}"

0 commit comments

Comments
 (0)