Skip to content

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Dec 10, 2023
1 parent ebcf29a commit 87fc3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
pnpm build
- name: zip
run: |
tar -czvf dist.tar.gz dist
zip -r dist.zip dist
- id: tag
name: Generate release tag
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.19",
"version": "2.14.20",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down

0 comments on commit 87fc3a1

Please sign in to comment.