Skip to content

Commit

Permalink
Update release-wp-plugins-and-theme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBarnes committed Jan 4, 2024
1 parent 977103e commit 7548a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-wp-plugins-and-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
for zip_file in *.zip; do
echo "Uploading ${zip_file}..."
gh release upload ${{ github.ref }} "${zip_file}" --clobber
gh release upload ${{ github.ref_name }} "${zip_file}" --clobber
done
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

0 comments on commit 7548a46

Please sign in to comment.