Skip to content

Commit 56b7243

Browse files
committed
Fix yaml syntax.
1 parent 0aafa36 commit 56b7243

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wp-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
npm run build
2727
- name: Create a zip and attach to release.
2828
uses: ncipollo/release-action@v1
29-
with:
30-
artifacts: "nofrixion-for-woocommerce.zip"
31-
token: ${{ secrets.GITHUB_TOKEN }}
29+
with:
30+
artifacts: "nofrixion-for-woocommerce.zip"
31+
token: ${{ secrets.GITHUB_TOKEN }}
3232
#- name: WordPress Plugin Deploy
3333
# id: deploy
3434
# uses: 10up/action-wordpress-plugin-deploy@stable

0 commit comments

Comments
 (0)