Skip to content

Updated package-lock.json (#145) #27

Updated package-lock.json (#145)

Updated package-lock.json (#145) #27

Workflow file for this run

name: Build & Release
on:
release:
types: [created]
jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- run: npm run build -- --production
- run: npm run build-service -- --env production
- run: npm run package
- run: npm run manifest
- name: Get release
id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload Release assets
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ steps.get_release.outputs.tag_name }}
allowUpdates: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitPrereleaseDuringUpdate: true
artifacts: *.ipk,org.webosbrew.hbchannel.manifest.json

Check failure on line 42 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 42