mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[AAE-13093] - Fix demoshell and storybook publishing not working (#8460)
This commit is contained in:
parent
05d6b041d4
commit
729ca7a61c
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -121,9 +121,16 @@ jobs:
|
|||||||
enable-cache: false
|
enable-cache: false
|
||||||
enable-node-modules-cache: false
|
enable-node-modules-cache: false
|
||||||
- uses: ./.github/actions/download-node-modules-and-artifacts
|
- uses: ./.github/actions/download-node-modules-and-artifacts
|
||||||
- name: release Demoshell docker
|
- name: Build Demoshell
|
||||||
run: |
|
run: |
|
||||||
nx build demoshell --configuration production
|
nx build demoshell --configuration production
|
||||||
|
- name: install Node >=16.0 for license check
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16.20.0
|
||||||
|
cache-dependency-path: package-lock.json
|
||||||
|
- name: release Demoshell docker
|
||||||
|
run: |
|
||||||
. ./scripts/github/release/docker-tag.sh
|
. ./scripts/github/release/docker-tag.sh
|
||||||
./scripts/github/release/release-demoshell-docker.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
./scripts/github/release/release-demoshell-docker.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
||||||
|
|
||||||
@ -148,9 +155,16 @@ jobs:
|
|||||||
enable-node-modules-cache: false
|
enable-node-modules-cache: false
|
||||||
act: ${{ inputs.dry-run-release }}
|
act: ${{ inputs.dry-run-release }}
|
||||||
- uses: ./.github/actions/download-node-modules-and-artifacts
|
- uses: ./.github/actions/download-node-modules-and-artifacts
|
||||||
- name: release Storybook docker
|
- name: Build storybook
|
||||||
run: |
|
run: |
|
||||||
nx run stories:build-storybook --configuration ci
|
nx run stories:build-storybook --configuration ci
|
||||||
|
- name: install Node >=16.0 for license check
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16.20.0
|
||||||
|
cache-dependency-path: package-lock.json
|
||||||
|
- name: release Storybook docker
|
||||||
|
run: |
|
||||||
. ./scripts/github/release/docker-tag.sh
|
. ./scripts/github/release/docker-tag.sh
|
||||||
./scripts/github/release/release-storybook-docker.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
./scripts/github/release/release-storybook-docker.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user