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.
2 parents 2407986 + 7986fea commit f2351b3Copy full SHA for f2351b3
.github/workflows/publish-release.yml
@@ -29,6 +29,7 @@ jobs:
29
scan-ref: '/github/workspace/ballerina'
30
skip-dirs: 'build'
31
format: 'table'
32
+ 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