Skip to content

fix: add specifier in package.json to expose all files in ./dist (#… #29

fix: add specifier in package.json to expose all files in ./dist (#…

fix: add specifier in package.json to expose all files in ./dist (#… #29

name: Upload assets to tags
on: push
jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm test
- run: npm run build
- name: Upload
uses: softprops/action-gh-release@v1
with:
files: dist/**/*