Skip to content

ci(oyster package generator): upgraded to latest version to fix CI is… #9

ci(oyster package generator): upgraded to latest version to fix CI is…

ci(oyster package generator): upgraded to latest version to fix CI is… #9

Workflow file for this run

name: Nightly Build
permissions:
contents: write
on:
push:
branches:
- develop
jobs:
deployNightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: HUSKY=0 npm ci
- run: npm run build
- name: Deploy nightly branch
run: sh ./publish-nightly.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}