diff --git a/.changeset/giant-horses-hang.md b/.changeset/giant-horses-hang.md new file mode 100644 index 000000000..bf672eaa2 --- /dev/null +++ b/.changeset/giant-horses-hang.md @@ -0,0 +1,5 @@ +--- +'@aragon/gov-ui-kit': minor +--- + +Bump softprops/action-gh-release to 2.3.2 diff --git a/.github/workflows/library-release.yml b/.github/workflows/library-release.yml index 4aaf22aab..775bfdfea 100644 --- a/.github/workflows/library-release.yml +++ b/.github/workflows/library-release.yml @@ -46,7 +46,7 @@ jobs: const readChangelog = require('./.github/workflows/scripts/readChangelog.js'); readChangelog({ github, context, core }); - name: Create release - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.3.2 with: prerelease: false tag_name: "v${{ steps.package-version.outputs.current-version}}"