Skip to content

v1.0.10

v1.0.10 #17

Workflow file for this run

name: Release
# Manual or automatic release
on:
release:
types: [published, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.release.tag_name }}
- uses: actions/[email protected]
with:
node-version: '16.x'
- name: npm build
run: npm install --omit=dev && npm run buildNpx
- uses: JasonEtco/build-and-tag-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}