Skip to content

Fix search by tag and author #88

Fix search by tag and author

Fix search by tag and author #88

Workflow file for this run

on:
pull_request:
types:
- closed
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 7.x.x
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Publish
run: bash -x build.sh