Skip to content

Commit

Permalink
Bump action-zip to v1 in GHA (igrigorik#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Jul 8, 2023
1 parent fc1ed59 commit 7a8ae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chrome-store-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 16

- name: zip
uses: montudor/action-zip@v0.1.0
uses: montudor/action-zip@v1
with:
args: zip -r ./release.zip . -i * -x *.git*

Expand Down

0 comments on commit 7a8ae1d

Please sign in to comment.