Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

npm:
name: Publish to NPM & Github
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
needs: [tag, binaries]
if: needs.tag.outputs.is_rc == 'true'
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

npm:
name: Publish to NPM & Github
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
needs: [tag, binaries]
if: needs.tag.outputs.is_stable == 'true'
steps:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

comment:
name: Comment on included PRs
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
needs: [tag, npm]
if: needs.tag.outputs.is_stable == 'true'
steps:
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3779,7 +3779,7 @@
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==

"@types/parse-path@^7.0.0", "@types/parse-path@^7.1.0":
"@types/parse-path@^7.0.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@types/parse-path/-/parse-path-7.1.0.tgz#1bdddfe4fb2038e76c7e622234a97d6a050a1be3"
integrity sha512-EULJ8LApcVEPbrfND0cRQqutIOdiIgJ1Mgrhpy755r14xMohPTEpkV/k28SJvuOs9bHRFW8x+KeDAEPiGQPB9Q==
Expand Down
Loading