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 29, 2024
1 parent 2de5dd0 commit bb23ad9
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/woo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ 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: Upload binaries to Github release
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: ${{ vars.WORDPRESS_ORG_SLUG }}.zip
# asset_name: ${{ vars.WORDPRESS_ORG_SLUG }}
# tag: ${{ github.ref }}
# overwrite: true
- name: Create or Update GitHub Release
id: create_release
uses: softprops/action-gh-release@v1 # Updated to a more flexible action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
files: ${{ github.workspace }}/${{ env.WORDPRESS_ORG_SLUG }}.zip
overwrite: true

# - name: WordPress Plugin Deploy
# id: deploy
Expand Down

0 comments on commit bb23ad9

Please sign in to comment.