Skip to content

Commit 5825bed

Browse files
authored
chore: skip license check until Go SDK license is fixed (#58)
1 parent baa0c95 commit 5825bed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
- prerequisites
6767
- build_provider
6868
- test
69-
- license_check
69+
# Skip license check, because our Go SDK credentials release does not have license file available.
70+
# - license_check
7071
uses: ./.github/workflows/publish.yml
7172
secrets: inherit
7273
with:

0 commit comments

Comments
 (0)