mirror of
https://github.com/reecetech/version-increment.git
synced 2026-08-18 11:07:50 +00:00
Add permission to write for tag/release
This commit is contained in:
2
.github/workflows/test-and-release.yml
vendored
2
.github/workflows/test-and-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user