Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspijak committed Sep 8, 2023
1 parent 95182fe commit 3b82558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Create plugin zip
run: cd /tmp && zip -r woosms-sms-module-for-woocommerce.zip woosms-sms-module-for-woocommerce

- name: Add archive to release
run: gh release upload ${{github.ref_name}} /tmp/woosms-sms-module-for-woocommerce.zip

# - name: Create plugin archive
# run: tar -czf /tmp/plugin.tar.gz assets src vendor .compatibility.php LICENSE readme.txt $(ls woosms-*)

# - name: Archive contents
# run: tar -tf /tmp/plugin.tar.gz

# - name: Add archive to release
# run: gh release upload ${{github.ref_name}} /tmp/plugin.tar.gz

#todo: publish to wordpress SVN

0 comments on commit 3b82558

Please sign in to comment.