Skip to content

chore: Bump version and update changelog #5

chore: Bump version and update changelog

chore: Bump version and update changelog #5

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*' # Run workflow on version tags, e.g. v1.0.0.
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: grafana/plugin-actions/build-plugin@release
with:
policy_token: '' # We cannot sign plugin as it will not be published in grafana catalog