Skip to content

fixed release signing api changes #26

fixed release signing api changes

fixed release signing api changes #26

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*' # Run workflow on version tags, e.g. v1.0.0.
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: grafana/plugin-actions/build-plugin@release
with:
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}