From 0667ddb788b24b3ee2be9aac5e4c6808af39da5f Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 10 Feb 2024 08:32:29 +0800 Subject: [PATCH] 0.1.4 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0733755..1f57ad6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -33,7 +33,7 @@ jobs: publish-sonatype: - if: github.repository == 'com-lihaoyi/unroll' && contains(github.ref, 'refs/tags/') + if: github.repository == 'lihaoyi/unroll' && contains(github.ref, 'refs/tags/') needs: - test-jvm runs-on: ubuntu-latest