Skip to content

Commit 0cc04fd

Browse files
committed
Remove limits and test the release
1 parent 55065f9 commit 0cc04fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish-snapshot:
2828
needs: build
2929
runs-on: ubuntu-latest
30-
if: github.event.repository.fork == false && github.ref == 'refs/heads/main'
30+
# if: github.event.repository.fork == false && github.ref == 'refs/heads/main'
3131
steps:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)