Skip to content

Bump version: 1.2.2 → 1.3.0 #4

Bump version: 1.2.2 → 1.3.0

Bump version: 1.2.2 → 1.3.0 #4

Workflow file for this run

name: Publish
on:
push:
tags:
- "*.*.*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install
- name: Build the package
run: yarn build
- name: Publish the package
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}