fix: changesets release memory (#22107)

* chore: increase instance size for changesets

* test release

* Update CHANGELOG.md
This commit is contained in:
Lauris Skraucis
2025-06-28 04:37:47 +00:00
committed by GitHub
parent 45caaa55b0
commit 88a2bd3317
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
contents: write # to create release by changesets/action below
pull-requests: write # to create pull request by changesets/action below
name: Release
runs-on: ubuntu-latest
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- name: Checkout Repo
uses: actions/checkout@v4