Skip to content

Commit

Permalink
chore: changed github action trigger branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 11, 2024
1 parent 6c5422b commit b9289ec
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release & Publish to VSCode Marketplace
on:
push:
branches:
- dev
- main

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
branches:
- dev
- main

plugins:
- '@semantic-release/commit-analyzer'
Expand All @@ -16,7 +16,7 @@ prepare:
cmd: "npm --git-tag-version=false version ${nextRelease.version}"

- path: "@semantic-release/exec"
cmd: "git add package.json && git status && git commit -m 'Update package.json version to ${nextRelease.version}'"
cmd: "git add package.json && git status && git commit -m 'chore: update package.json version to ${nextRelease.version}'"

npmPublish: false

Expand Down
Loading

0 comments on commit b9289ec

Please sign in to comment.