diff --git a/.github/actions/checks/action.yml b/.github/actions/checks/action.yml index 484ab7778..3e8d86830 100644 --- a/.github/actions/checks/action.yml +++ b/.github/actions/checks/action.yml @@ -27,4 +27,4 @@ runs: run: | source .env export NODE_OPTIONS - yarn workspaces changed foreach -vtp --no-private dlx jsr publish --dry-run + yarn workspaces changed foreach -vtp --jobs=2 --no-private dlx jsr publish --dry-run diff --git a/.github/actions/commit/action.yml b/.github/actions/commit/action.yml index a26230ff8..eecb01fdd 100644 --- a/.github/actions/commit/action.yml +++ b/.github/actions/commit/action.yml @@ -39,7 +39,7 @@ runs: rm $temp_file - name: Commit changes - uses: planetscale/ghcommit-action@v0.1.44 + uses: planetscale/ghcommit-action@v0.1.45 env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} with: diff --git a/.github/actions/publish-jsr/action.yml b/.github/actions/publish-jsr/action.yml index 2b188cf39..faabc642a 100644 --- a/.github/actions/publish-jsr/action.yml +++ b/.github/actions/publish-jsr/action.yml @@ -17,4 +17,4 @@ runs: run: | source .env export NODE_OPTIONS - yarn workspaces changed foreach -vtp --no-private dlx jsr publish + yarn workspaces changed foreach -vtp --jobs=2 --no-private dlx jsr publish diff --git a/.github/actions/publish-npm/action.yml b/.github/actions/publish-npm/action.yml index 182a2198a..6a2eb6d42 100644 --- a/.github/actions/publish-npm/action.yml +++ b/.github/actions/publish-npm/action.yml @@ -20,6 +20,6 @@ runs: run: | source .env export NODE_OPTIONS - yarn workspaces changed foreach -vtp --no-private npm publish --access public + yarn workspaces changed foreach -vtp --jobs=2 --no-private npm publish --access public env: YARN_NPM_AUTH_TOKEN: ${{ inputs.NPM_TOKEN }} diff --git a/.github/actions/release/action.yaml b/.github/actions/release/action.yaml index 7758775a9..aaf2fb327 100644 --- a/.github/actions/release/action.yaml +++ b/.github/actions/release/action.yaml @@ -17,7 +17,7 @@ runs: run: | source .env export NODE_OPTIONS - yarn workspaces changed foreach exec \ + yarn workspaces changed foreach -vtp --jobs=2 exec \ 'bash -c "VERSION=$npm_package_version; \ NAME=$npm_package_name; \ if [ ! -z \"\$VERSION\" ]; then \ diff --git a/.github/actions/version/action.yml b/.github/actions/version/action.yml index 2ee384545..bceccdd8c 100644 --- a/.github/actions/version/action.yml +++ b/.github/actions/version/action.yml @@ -13,6 +13,6 @@ runs: run: | source .env export NODE_OPTIONS - yarn workspaces changed foreach -tpv --no-private version patch -i + yarn workspaces changed foreach -ptv --jobs=2 --no-private version patch -i env: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 02b94f9c8..28fab8e95 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -44,23 +44,25 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish to NPM + if: ${{ !cancelled() }} id: npm uses: ./.github/actions/publish-npm with: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish to JSR + if: ${{ !cancelled() }} id: jsr uses: ./.github/actions/publish-jsr - name: Create release - if: steps.npm.outcome == 'success' || steps.jsr.outcome == 'success' + if: ${{ !cancelled() }} uses: ./.github/actions/release with: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} - name: Commit changes - if: steps.npm.outcome == 'success' || steps.jsr.outcome == 'success' + if: ${{ !cancelled() }} uses: ./.github/actions/commit with: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 34b6bcaff..8ffca358e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,46 +5,14 @@ + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - { - "keyToString": { - "RunOnceActivity.ShowReadmeOnStart": "true", - "git-widget-placeholder": "feat/pack-defaults", - "javascript.nodejs.core.library.configured.version": "19.9.0", - "javascript.nodejs.core.library.typings.version": "22.4.1", - "last_opened_file_path": "/Users/nikoroach/Documents/Dev/Atlantis/atls-raijin", - "node.js.detected.package.eslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "nodejs_interpreter_path": "node", - "nodejs_package_manager_path": "/Users/nikoroach/Documents/Dev/Atlantis/atls-raijin/yarn/cli/src/cli.dev.mjs", - "npm.cli-ui-git-commit > prepack.executor": "Run", - "npm.plugin-pnp-patch > prepack.executor": "Run", - "npm.test-utils > yarn:download.executor": "Run", - "settings.editor.selected.configurable": "settings.nodejs", - "ts.external.directory.path": "/Users/nikoroach/Applications/WebStorm.app/Contents/plugins/javascript-plugin/jsLanguageServicesImpl/external", - "vue.rearranger.settings.migration": "true" + prepack.executor": "Run", + "npm.plugin-pnp-patch > prepack.executor": "Run", + "npm.test-utils > yarn:download.executor": "Run", + "settings.editor.selected.configurable": "settings.nodejs", + "ts.external.directory.path": "/Users/nikoroach/Applications/WebStorm.app/Contents/plugins/javascript-plugin/jsLanguageServicesImpl/external", + "vue.rearranger.settings.migration": "true" } -} +}]]> @@ -184,7 +152,6 @@ - @@ -195,6 +162,7 @@ +