Skip to content

Commit e0a5a08

Browse files
committed
Fix repo name in publishing step
1 parent f90c0af commit e0a5a08

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
needs: [ test ]
2828
# See https://github.com/actions/runner/issues/491#issuecomment-850884422 for explanation on why always() is needed
29-
if: always() && (needs.test.result == 'success' || needs.test.result == 'skipped') && github.repository == 'bozaro/git-as-svn' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
29+
if: always() && (needs.test.result == 'success' || needs.test.result == 'skipped') && github.repository == 'bozaro/git-lfs-java' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v2

0 commit comments

Comments
 (0)