chore(release): v0.5.0 (#19) #4
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release | |
| on: | |
| push: | |
| tags: | |
| - 'v*' | |
| jobs: | |
| release: | |
| uses: netresearch/skill-repo-skill/.github/workflows/release.yml@main | |
| permissions: | |
| contents: write # release upload | |
| id-token: write # OIDC for sigstore (required by the attest job) | |
| attestations: write # GitHub native attestation API (required by the attest job) |