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 cc5059e commit 6036bb9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/aui-snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
node-version: [0.12.18]

steps:
- name: Clone AUI
run: gh repo clone liferay/liferay-frontend-projects
env:
GH_TOKEN: ${{ secrets.PAT }}
- name: maven-settings-xml-action
uses: s4u/[email protected]
with:
Expand All @@ -25,17 +21,19 @@ jobs:
"password": "${{ secrets.MAVEN_PASSWORD }}"
}]
- uses: actions/checkout@v4
with:
repository: liferay/liferay-frontend-projects
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i
working-directory: liferay-frontend-projects/third-party/projects/alloy-ui
working-directory: third-party/projects/alloy-ui
- run: npm i -g gulp@^3.8.5
working-directory: liferay-frontend-projects/third-party/projects/alloy-ui
working-directory: third-party/projects/alloy-ui
- run: gulp init
working-directory: liferay-frontend-projects/third-party/projects/alloy-ui
working-directory: third-party/projects/alloy-ui
- run: gulp build
working-directory: liferay-frontend-projects/third-party/projects/alloy-ui
working-directory: third-party/projects/alloy-ui
- run: gulp maven-publish-snapshot
working-directory: liferay-frontend-projects/third-party/projects/alloy-ui
working-directory: third-party/projects/alloy-ui

0 comments on commit 6036bb9

Please sign in to comment.