Skip to content

Commit

Permalink
Disable asset deply because action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vicolaspetru authored May 18, 2021
1 parent 3b5f981 commit 4471b6f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ jobs:
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
generate-zip: false
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: customizer-reset-by-wpzoom
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip

0 comments on commit 4471b6f

Please sign in to comment.