Skip to content

Commit 3bd9f40

Browse files
committed
fixing typo
1 parent aa50585 commit 3bd9f40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,11 @@ jobs:
7373
- name: Fail the job if unit tests failed
7474
if: env.UNIT_TEST_FAILED == 'true'
7575
run: exit 1
76-
7776
- name: Upload JAR output
7877
uses: actions/upload-artifact@v4
7978
with:
8079
name: Package
8180
path: client/build/libs
82-
8381
- name: Publish to ossrh
8482
run: |
8583
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg

0 commit comments

Comments
 (0)