Skip to content

Commit

Permalink
fix: github token and sematic-release git auth6
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 11, 2024
1 parent b58673c commit d9fd98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm install
run: npm ci

- name: Run semantic-release
env:
Expand Down
5 changes: 3 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ prepare:
git:
assets:
- package.json
- CHANGELOG.md
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: "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

0 comments on commit d9fd98b

Please sign in to comment.