diff --git a/.github/workflows/maverick-web.yaml b/.github/workflows/maverick-web.yaml index a84ca17..d584b68 100644 --- a/.github/workflows/maverick-web.yaml +++ b/.github/workflows/maverick-web.yaml @@ -31,19 +31,6 @@ jobs: with: name: maverick-web path: ./dist - - name: Create zip file - uses: montudor/action-zip@v0.1.0 - with: - args: zip -qq -r ./maverick-web.zip ./dist - - name: Publish distribution artifact - if: startsWith(github.ref, 'refs/tags/v') - uses: svenstaro/upload-release-action@v1-release - with: - repo_token: ${{ secrets.ACCESS_TOKEN }} - file: './maverick-web.zip' - asset_name: 'maverick-web.zip' - tag: ${{ github.ref }} - overwrite: true - name: Commit to maverick-web-dist if: startsWith(github.ref, 'refs/tags/v') uses: drud/action-cross-commit@master @@ -53,4 +40,5 @@ jobs: destination-folder: . destination-branch: testing git-user: "samueldudley" - git-user-email: dudley.samuel@gmail.com \ No newline at end of file + git-user-email: dudley.samuel@gmail.com + excludes: README.md:.git:LICENSE \ No newline at end of file