Skip to content

Commit

Permalink
ci: release with vibe user
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored Dec 8, 2024
1 parent 2e3fb33 commit 95676a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- uses: ./.github/actions/git-creds
- uses: ./.github/actions/download-builds
- name: Generate new versions
run: yarn lerna version --exact --conventional-commits --conventional-graduate -y
run: yarn lerna version --exact --conventional-commits --conventional-graduate --message "Publish [skip ci]" -y
env:
GH_TOKEN: ${{ secrets.VIBE_GITHUB_TOKEN }}
- run: yarn config set registry https://registry.npmjs.org/
- name: Setup .npmrc for publish
id: setup-npmrc
Expand Down

0 comments on commit 95676a5

Please sign in to comment.