Skip to content

Commit

Permalink
🐛 Hide shipping rates when free shipping is available v1.1: Show all …
Browse files Browse the repository at this point in the history
…free shipping methods
  • Loading branch information
daomapsieucap committed Nov 10, 2022
1 parent e79bb33 commit b42e7fa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,15 @@ jobs:
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: ${{ secrets.SLUG }}
SLUG: ${{ secrets.SLUG }}

- name: 📋 Upload release asset
uses: rops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: viivue/acf-icomoon
with:
upload_url: ${{ github.event.release.upload_url }}
#asset_path: ${{ steps.deploy.outputs.zip-path }}
#asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip

0 comments on commit b42e7fa

Please sign in to comment.