Skip to content

Merge pull request #5 from fiskaly/release/0.1.2 #7

Merge pull request #5 from fiskaly/release/0.1.2

Merge pull request #5 from fiskaly/release/0.1.2 #7

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
- name: setup
run: make assets
- uses: grafana/plugin-actions/build-plugin@release
with:

Check failure on line 16 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 16, Col: 14): Unexpected value '' .github/workflows/release.yml (Line: 17, Col: 9): Unexpected value 'policy_token'
policy_token: ${{ secrets.POLICY_TOKEN }}