Skip to content

Bump version to 0.3.2 #7

Bump version to 0.3.2

Bump version to 0.3.2 #7

Workflow file for this run

name: Release
on:
push:
tags:
- v**
permissions:
contents: write
issues: write
pull-requests: write
jobs:
create-release:
uses: zotero-plugin-dev/workflows/.github/workflows/release-plugin.yml@main
# You can customize any of the inputs here.
# If you omit an input, its default value will be used.
with:
build: "npm run build"
release: "npm run release"
secrets: inherit