Skip to content

Merge branch 'master' of https://github.com/Durtur/Dungeoneer #13

Merge branch 'master' of https://github.com/Durtur/Dungeoneer

Merge branch 'master' of https://github.com/Durtur/Dungeoneer #13

Workflow file for this run

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