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 3ad332b commit 63be2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/woo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
- name: Upload binaries to Github release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ vars.DEBUG_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ vars.WORDPRESS_ORG_SLUG }}.zip
asset_name: debug-${{ vars.WORDPRESS_ORG_SLUG }}
asset_name: ${{ vars.WORDPRESS_ORG_SLUG }}
tag: ${{ github.ref }}

# - name: WordPress Plugin Deploy
Expand Down

0 comments on commit 63be2b0

Please sign in to comment.