Skip to content

Commit 2f3d6e8

Browse files
committed
Test the build.yml workflow with the released GH action
1 parent 52abc57 commit 2f3d6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Publish dev build to GitHub
7272
# For temporary testing
7373
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
74+
uses: woocommerce/grow/publish-extension-dev-build@actions-v1
7575
# if: ${{ github.event_name == 'push' && github.ref_name == 'develop' }}
7676
# uses: woocommerce/grow/publish-extension-dev-build@actions-v1
7777
with:

0 commit comments

Comments
 (0)