--- # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json name: Release on: push: tags: - 'v*' permissions: contents: read jobs: release: runs-on: ubuntu-latest permissions: contents: write steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: generate_release_notes: true