Skip to content

fix(alloy-ui): bump to 3.1.0-deprecated.124 #8

fix(alloy-ui): bump to 3.1.0-deprecated.124

fix(alloy-ui): bump to 3.1.0-deprecated.124 #8

name: release-aui
on: workflow_dispatch
jobs:
runs-on: ubuntu-latest

Check failure on line 6 in .github/workflows/aui-release-snapshot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/aui-release-snapshot.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
strategy:
matrix:
node-version: [0.12.18]
steps:
- name: maven-settings-xml-action
uses: s4u/[email protected]
with:
servers: |
[{
"id": "liferay-public-snapshots",
"username": "${{ secrets.MAVEN_USERNAME }}",
"password": "${{ secrets.MAVEN_PASSWORD }}"
}]
- run: cat $HOME/.m2/settings.xml
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
- run: npm ci
working-directory: third-party/projects/alloy-ui
- run: npm i -g gulp@^3.8.5
- run: gulp init && gulp build
working-directory: third-party/projects/alloy-ui
- run: gulp maven-publish-snapshot
working-directory: third-party/projects/alloy-ui