Skip to content

Commit

Permalink
Update dist-archive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akashmdiu committed Feb 19, 2024
1 parent 793f822 commit eba1d63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dist-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ jobs:
uses: actions/checkout@v2

- name: Generating zip
uses: rudlinkon/action-wordpress-build-zip@dev2
uses: rudlinkon/action-wordpress-build-zip@dev2
with:
retention-days: 3 # Optional; defaults to 3
npm-run-build: true # Optional; defaults to false
node-version: 14 # Optional; defaults to 16

0 comments on commit eba1d63

Please sign in to comment.