Skip to content

Bugfixes/fix gpu validation (#69) #63

Bugfixes/fix gpu validation (#69)

Bugfixes/fix gpu validation (#69) #63

Workflow file for this run

name: Release from Master on Push
on:
push:
branches:
- main
env:
HUSKY: 0
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tool3/bump@master
with:
branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}
unrelated: true
publisher:
needs: tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: main
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
with:
dry-run: true
token: ${{ secrets.NPM_TOKEN }}