diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5b5b01e..42ad4cb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -98,7 +98,7 @@ jobs: token: ${{ secrets.BUILDS_TOKEN }} repository: PepperDash-Engineering/pepperdash-core-builds ref: ${{ Env.GITHUB_REF }} - - name: Download Build Property Info + - name: Download Build Version Info uses: actions/download-artifact@v1 with: name: Version @@ -121,6 +121,7 @@ jobs: name: Build path: ./ - name: Copy build output and push + shell: powershell run: | git config user.email "actions@pepperdash.com" git config user.name "GitHub Actions"