Bump version to 0.3.1 #6
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |