Add permission to write for tag/release

This commit is contained in:
Phil Jay
2026-08-10 07:42:06 +10:00
parent ca9517f82b
commit cfe1cec8c0

View File

@@ -132,6 +132,8 @@ jobs:
[[ "${{ steps.version-prefix.outputs.prefixed-version }}" = "foo/bar@0.0.1"* ]]
release:
permissions:
contents: write
needs:
- test-action-yml
runs-on: ubuntu-latest