Skip to content

Commit 126f7eb

Browse files
committed
Temporary skip sonar step in GHA
1 parent df765a2 commit 126f7eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ jobs:
133133
publish-release:
134134
name: Publish Trevas modules on Maven
135135
if: startsWith(github.event.ref, 'refs/tags/v')
136-
needs: test-sonar-package
136+
# Temp update because of sonar token issue
137+
needs: test
137138
runs-on: ubuntu-latest
138139
steps:
139140
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)