Skip to content

Commit 46785f4

Browse files
authored
Fixed typo in the release workflow config (#13260)
1 parent c401faa commit 46785f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
GVM_SDKVENDOR_TOKEN: ${{ secrets.GVM_SDKVENDOR_TOKEN }}
116116
docs:
117117
needs: publish
118-
run-on: ubuntu-latest
118+
runs-on: ubuntu-latest
119119
permissions:
120120
contents: read
121121
steps:

0 commit comments

Comments
 (0)