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 52abc57 commit 2f3d6e8Copy full SHA for 2f3d6e8
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Publish dev build to GitHub
72
# For temporary testing
73
if: ${{ github.event_name == 'push' && github.ref_name == 'dev/gh-actions-build' }}
74
- uses: woocommerce/grow/publish-extension-dev-build@actions-v1.8.0-pre
+ uses: woocommerce/grow/publish-extension-dev-build@actions-v1
75
# if: ${{ github.event_name == 'push' && github.ref_name == 'develop' }}
76
# uses: woocommerce/grow/publish-extension-dev-build@actions-v1
77
with:
0 commit comments