Skip to content

Commit

Permalink
ci(gitea): fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonish committed Aug 18, 2024
1 parent deb4e33 commit 1105ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build package
run: |
pnpm install
pnpm run build:zip
pnpm run build
- name: Get git tags
id: git_tags
run: |
Expand Down

0 comments on commit 1105ef5

Please sign in to comment.