We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ca619 commit 7986feaCopy full SHA for 7986fea
.github/workflows/publish-release.yml
@@ -29,7 +29,7 @@ jobs:
29
scan-ref: '/github/workspace/ballerina'
30
skip-dirs: 'build'
31
format: 'table'
32
- timeout: '6m0s'
+ timeout: '6m0s'
33
exit-code: '1'
34
- name: Set version env variable
35
run: echo "VERSION=$((grep -w 'version' | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV
0 commit comments