Skip to content

0.3.0

0.3.0 #23

Workflow file for this run

name: Release
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
fail_on_unmatched_files: true
files: |
dist/searchbox.iife.js
dist/searchbox.js
dist/searchbox.umd.cjs