Skip to content

v1.3.1

v1.3.1 #9

Workflow file for this run

name: Publish package
on:
release:
types: [published]
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
registry-url: https://registry.npmjs.org
scope: '@savaryna'
cache: 'pnpm'
- run: pnpm install
- run: pnpm build:plugin
- run: pnpm publish:plugin