Merge pull request #3907 from Infisical/misc/update-cli-releaser-spec

misc: updated CLI releaser spec
This commit is contained in:
Maidul Islam
2025-07-02 10:44:55 -04:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-cores
needs: [cli-integration-tests]
steps:
- uses: actions/checkout@v3