Skip to content

Commit

Permalink
fix: github token and sematic-release git auth3
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 11, 2024
1 parent 8fd66ef commit 85e9b0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ assets:
success:
# - path: "@semantic-release/exec"
# cmd: "vsce publish --pat $VSCE_TOKEN"
- path: "@semantic-release/exec"
cmd: "git add package.json && git status && git commit -m 'Update package.json version to ${nextRelease.version}'"
# - path: "@semantic-release/exec"
# cmd: "git add package.json && git status && git commit -m 'Update package.json version to ${nextRelease.version}'"

- path: "@semantic-release/exec"
cmd: "cat package.json"
Expand Down
Binary file removed vite-serve-1.0.3.vsix
Binary file not shown.
Binary file removed vite-serve-1.0.4.vsix
Binary file not shown.

0 comments on commit 85e9b0c

Please sign in to comment.