Skip to content

Commit

Permalink
fix: test5
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 15, 2024
1 parent e22f7c4 commit f991a9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ prepare:
- path: "@semantic-release/exec"
cmd: "git add package.json && git status && git commit -m 'chore: update package.json version to ${nextRelease.version}'"

- path: "@semantic-release/github"
cmd: "vite-serve-${nextRelease.version}.vsix"

npmPublish: false

# assets:
# - "vite-serve-*.vsix"
assets:
- "vite-serve-*.vsix"

success:
- path: "@semantic-release/exec"
Expand Down

0 comments on commit f991a9a

Please sign in to comment.