Skip to content

update eslint-plugin-jsdoc to 46.0.0 #3

update eslint-plugin-jsdoc to 46.0.0

update eslint-plugin-jsdoc to 46.0.0 #3

Workflow file for this run

# This GitHub Action automates the process of building Grafana plugins.
# (For more information, see https://github.com/grafana/plugin-actions/blob/main/build-plugin/README.md)
name: Release
on:
push:
tags:
- 'v*' # Run workflow on version tags, e.g. v1.0.0.
permissions: read-all
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: StephenKing/grafana-plugin-actions/build-plugin@sign-root-urls-test
with:
go-version: 1.24
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
sign_root_urls: ${{ secrets.GRAFANA_PLUGIN_SIGN_ROOT_URLS }}