Skip to content

Commit deedd62

Browse files
committed
add write perms to push tags
1 parent 9b1f801 commit deedd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release on demand
22

33
permissions:
4-
contents: read
4+
contents: write
55

66
on:
77
workflow_dispatch:
@@ -20,4 +20,4 @@ jobs:
2020
releaseVersion: ${{ github.event.inputs.releaseVersion }}
2121
snapshotVersion: ${{ github.event.inputs.snapshotVersion }}
2222
centralDeployServer: "s01"
23-
secrets: inherit
23+
secrets: inherit

0 commit comments

Comments
 (0)