Skip to content

Commit debe0b6

Browse files
committed
Add concurrency group and scope write permissions to tag job
1 parent 7bfa465 commit debe0b6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/jfrog-publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ on:
55
branches:
66
- 'li-0.11'
77

8+
concurrency:
9+
group: jfrog-publish-${{ github.ref }}
10+
cancel-in-progress: false
11+
812
permissions:
9-
contents: write
13+
contents: read
1014

1115
jobs:
1216
tag:
1317
runs-on: ubuntu-latest
18+
permissions:
19+
contents: write
1420
outputs:
1521
VERSION: ${{ steps.get-version.outputs.VERSION }}
1622
steps:

0 commit comments

Comments
 (0)