Skip to content

style: better annotaions display #18

style: better annotaions display

style: better annotaions display #18

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*' # Run workflow on version tags, e.g. v1.0.0.
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: grafana/plugin-actions/build-plugin@release
# uncomment to enable plugin sign in
with:
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
# save the value in your repository secrets
policy_token: ${{ secrets.POLICY_TOKEN }}