mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ci:force] - Removed 'run' as it is not needed
This commit is contained in:
@@ -182,8 +182,8 @@ jobs:
|
|||||||
cache-suffix: setup
|
cache-suffix: setup
|
||||||
- name: Bundle
|
- name: Bundle
|
||||||
run: |
|
run: |
|
||||||
pnpm run bundle:js-api
|
pnpm bundle:js-api
|
||||||
pnpm run bundle:cli
|
pnpm bundle:cli
|
||||||
- name: Save nx cache
|
- name: Save nx cache
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
uses: ./.github/actions/save-nx-cache
|
uses: ./.github/actions/save-nx-cache
|
||||||
|
|||||||
@@ -58,8 +58,8 @@ jobs:
|
|||||||
- name: install
|
- name: install
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
pnpm run bundle:js-api
|
pnpm bundle:js-api
|
||||||
pnpm run bundle:cli
|
pnpm bundle:cli
|
||||||
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
||||||
|
|
||||||
release-npm:
|
release-npm:
|
||||||
@@ -100,15 +100,15 @@ jobs:
|
|||||||
setMigrations();
|
setMigrations();
|
||||||
- name: build libraries
|
- name: build libraries
|
||||||
run: |
|
run: |
|
||||||
pnpm run build:libs
|
pnpm build:libs
|
||||||
pnpm run build:schematics
|
pnpm build:schematics
|
||||||
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||||
name: release libraries GH registry
|
name: release libraries GH registry
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
registry-url: 'https://npm.pkg.github.com'
|
registry-url: 'https://npm.pkg.github.com'
|
||||||
scope: '@alfresco'
|
scope: '@alfresco'
|
||||||
- run: pnpm run publish -- --tag=${{ steps.setup.outputs.npm-tag }}
|
- run: pnpm publish -- --tag=${{ steps.setup.outputs.npm-tag }}
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||||
@@ -117,7 +117,7 @@ jobs:
|
|||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
registry-url: 'https://${{ vars.NPM_REGISTRY_ADDRESS }}'
|
registry-url: 'https://${{ vars.NPM_REGISTRY_ADDRESS }}'
|
||||||
scope: '@alfresco'
|
scope: '@alfresco'
|
||||||
- run: pnpm run publish -- --tag=${{ steps.setup.outputs.npm-tag }}
|
- run: pnpm publish -- --tag=${{ steps.setup.outputs.npm-tag }}
|
||||||
|
|
||||||
create-git-tag:
|
create-git-tag:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user