Skip to content

Make the release script take major/minor/patch argument #12

Make the release script take major/minor/patch argument

Make the release script take major/minor/patch argument #12

Workflow file for this run

name: Build Chrome Extension
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: |
corepack enable
yarn
- name: Build extension
run: yarn build