Skip to content

Commit 4f3b5a7

Browse files
committed
restrict publishing new versions to myself only
1 parent bda1662 commit 4f3b5a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Release Package
22

33
on:
44
workflow_dispatch:
5+
permissions:
6+
users:
7+
- ItayTheDar
58
inputs:
69
increment_version:
710
description: 'Increment version by major, minor, or patch'

0 commit comments

Comments
 (0)