--- # 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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 with: generate_release_notes: true