Skip to content

Commit

Permalink
Release 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
edgaraswallee committed Jul 31, 2024
1 parent a5db636 commit 800f1f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/woo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
../phpcs/bin/phpcbf -n --standard=WordPress src/ --ignore=/src/$WHITELABEL-sdk || true;
../phpcs/bin/phpcs -n --standard=WordPress src/ --ignore=/src/$WHITELABEL-sdk || true;
- name: Check if file exists
id: check_file
run: echo "file_exists=$(test -e ${{ vars.WORDPRESS_ORG_SLUG }}.zip && echo true || echo false)" >> $GITHUB_ENV

- name: Upload binaries to Github release
if: env.file_exists == 'true'
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 800f1f6

Please sign in to comment.