Skip to content

Update release.yml

Update release.yml #24

Workflow file for this run

on:
push:
branches:
- main
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 20
- name: install dependencies
run: |
npm install
npm make
# - name: publish
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# run: npm run publish