Skip to content

[Fix] Legacy package #485

[Fix] Legacy package

[Fix] Legacy package #485

Workflow file for this run

name: Try Release
on:
push:
branches:
- nightly
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
token: ${{ secrets.GIT_TOKEN }}
ref: nightly
- uses: actions/setup-node@main
with:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"
- run: git config --global user.name 'Patryk Rzucidlo (@PTKDev)'
- run: git config --global user.email '[email protected]'
- run: npm ci
- run: npm run release