Skip to content

Commit a4054fb

Browse files
fix(deps): update all dependencies
1 parent d407f6f commit a4054fb

5 files changed

Lines changed: 621 additions & 221 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
bun -e "const p='packages/app/package.json';const pkg=JSON.parse(await Bun.file(p).text());pkg.name='${ORIGINAL_PKG_NAME}';await Bun.write(p, JSON.stringify(pkg, null, 2)+'\n');"
303303
- name: Create GitHub Release
304304
if: steps.compare_npm.outputs.should_release != 'false' && github.actor != 'github-actions[bot]'
305-
uses: softprops/action-gh-release@v2
305+
uses: softprops/action-gh-release@v3
306306
with:
307307
tag_name: ${{ steps.release_version.outputs.tag }}
308308
generate_release_notes: true

0 commit comments

Comments
 (0)