Skip to content

Commit

Permalink
Update aui-snapshot-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liferay-frontend authored Oct 8, 2024
1 parent 338fe8f commit 96d4096
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/aui-snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i |
npm i -g gulp@^3.8.5 |
gulp init |
gulp build |
gulp maven-publish-snapshot
- run: npm i
working-directory: $HOME/liferay-frontend-projects/third-party/projects/alloy-ui
- run: npm i -g gulp@^3.8.5
working-directory: $HOME/liferay-frontend-projects/third-party/projects/alloy-ui
- run: gulp init
working-directory: $HOME/liferay-frontend-projects/third-party/projects/alloy-ui
- run: gulp build
working-directory: $HOME/liferay-frontend-projects/third-party/projects/alloy-ui
- run: gulp maven-publish-snapshot
working-directory: $HOME/liferay-frontend-projects/third-party/projects/alloy-ui

0 comments on commit 96d4096

Please sign in to comment.