We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667f552 commit a5db636Copy full SHA for a5db636
.github/workflows/woo-publish.yml
@@ -54,7 +54,7 @@ jobs:
54
repo_token: ${{ secrets.GITHUB_TOKEN }}
55
file: ${{ vars.WORDPRESS_ORG_SLUG }}.zip
56
asset_name: ${{ vars.WORDPRESS_ORG_SLUG }}
57
- tag: ${{ github.ref }}
+ tag: ver-${{ github.sha }}
58
59
# - name: WordPress Plugin Deploy
60
# id: deploy
0 commit comments