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 f05257c commit 8a3cc74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- '@semantic-release/npm'
- '@semantic-release/git'
- "@semantic-release/github"

prepare:
- path: "@semantic-release/exec"
Expand All @@ -32,8 +30,6 @@ assets:
success:
# - path: "@semantic-release/exec"
# cmd: "vsce publish --pat $VSCE_TOKEN"
- path: "@semantic-release/exec"
cmd: "npm --no-git-tag-version version ${nextRelease.version}"
- path: "@semantic-release/exec"
cmd: "git add package.json && git status && git commit -m 'Update package.json version to ${nextRelease.version}'"

Expand Down
Binary file removed vite-serve-1.0.5.vsix
Binary file not shown.
Binary file removed vite-serve-1.0.6.vsix
Binary file not shown.

0 comments on commit 8a3cc74

Please sign in to comment.