We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfa465 commit debe0b6Copy full SHA for debe0b6
1 file changed
.github/workflows/jfrog-publish.yml
@@ -5,12 +5,18 @@ on:
5
branches:
6
- 'li-0.11'
7
8
+concurrency:
9
+ group: jfrog-publish-${{ github.ref }}
10
+ cancel-in-progress: false
11
+
12
permissions:
- contents: write
13
+ contents: read
14
15
jobs:
16
tag:
17
runs-on: ubuntu-latest
18
+ permissions:
19
+ contents: write
20
outputs:
21
VERSION: ${{ steps.get-version.outputs.VERSION }}
22
steps:
0 commit comments