Skip to content

Commit

Permalink
fix: github token and sematic-release git auth4
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 11, 2024
1 parent 9e082fb commit b6fccad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ prepare:
# - package.json
# message: 'chore: bump 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"

npmPublish: false

assets:
Expand All @@ -30,11 +36,6 @@ 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: "cat package.json"

- path: "@semantic-release/exec"
cmd: "git pull && git push && git push --tags"

0 comments on commit b6fccad

Please sign in to comment.