Skip to content

Exclude compile-fail fixtures from cppcheck #1

Exclude compile-fail fixtures from cppcheck

Exclude compile-fail fixtures from cppcheck #1

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Create GitHub release from pushed tag
env:
GH_TOKEN: ${{ github.token }}
run: gh release create "$GITHUB_REF_NAME" --verify-tag --generate-notes