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 afa43d2 commit ebcf29a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: build
run: |
pnpm build
- name: zip
run: |
zip -r dist.zip dist
- id: tag
name: Generate release tag
run: |
Expand All @@ -42,4 +45,4 @@ jobs:
tag_name: ${{ steps.tag.outputs.release_tag }}
generate_release_notes: true
files: |
dist/*
dist.zip
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.18",
"version": "2.14.19",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down

0 comments on commit ebcf29a

Please sign in to comment.