We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aafa36 commit 56b7243Copy full SHA for 56b7243
.github/workflows/wp-release.yml
@@ -26,9 +26,9 @@ jobs:
26
npm run build
27
- name: Create a zip and attach to release.
28
uses: ncipollo/release-action@v1
29
- with:
30
- artifacts: "nofrixion-for-woocommerce.zip"
31
- token: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ artifacts: "nofrixion-for-woocommerce.zip"
+ token: ${{ secrets.GITHUB_TOKEN }}
32
#- name: WordPress Plugin Deploy
33
# id: deploy
34
# uses: 10up/action-wordpress-plugin-deploy@stable
0 commit comments