Skip to content

fix last image

fix last image #26

name: Publish Authors Info Plugin
on:
push:
paths:
- 'packages/authors-info/**'
branches:
- main
workflow_dispatch:
inputs:
version-type:
description: 'Version to bump (patch, minor, major)'
required: true
default: 'patch'
type: choice
options:
- patch
- minor
- major
jobs:
publish:
uses: ./.github/workflows/publish-plugin-template.yaml
with:
plugin-name: authors-info
version-type: ${{ inputs.version-type || 'patch' }}
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}