Skip to content

Commit 7986fea

Browse files
authored
Fix format
1 parent 68ca619 commit 7986fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
scan-ref: '/github/workspace/ballerina'
3030
skip-dirs: 'build'
3131
format: 'table'
32-
timeout: '6m0s'
32+
timeout: '6m0s'
3333
exit-code: '1'
3434
- name: Set version env variable
3535
run: echo "VERSION=$((grep -w 'version' | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)