Update autorelease.yml
This commit is contained in:
parent
02c1ed266e
commit
6a12fbb235
5
.github/workflows/autorelease.yml
vendored
5
.github/workflows/autorelease.yml
vendored
|
@ -20,14 +20,15 @@ jobs:
|
|||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '18.x'
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies NUI
|
||||
working-directory: ./web
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build Bundles
|
||||
working-directory: ./web
|
||||
run: yarn build
|
||||
- name: Zip Folder
|
||||
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" "phpcs.xml" "composer.json" "composer.lock" ".gitignore" ".vscode/*" "node_modules/*"
|
||||
- name: Zip Folder
|
||||
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" "phpcs.xml" "composer.json" "composer.lock" ".gitignore" ".vscode/*" "node_modules/*"
|
||||
- uses: 'marvinpinto/action-automatic-releases@latest'
|
||||
with:
|
||||
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
|
Loading…
Reference in New Issue
Block a user