diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1fe03d9..25e641a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,6 +19,7 @@ jobs: needs: test if: github.ref == 'refs/heads/master' steps: + - uses: actions/checkout@v1 - name: Build Final Jar run: mvn clean compile assembly:single - name: Copy folder content recursively to remote