Skip to content

Commit

Permalink
chore(ci): update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ymehmetcan committed Nov 1, 2024
1 parent e7ae129 commit e1fb5cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
with:
version: pnpm run version
commit: 'ci(release): create new release'
title: 'ci(release): create new release'
commit: 'ci(release): create new release'
version: pnpm run version
publish: npx @changesets/cli tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e1fb5cb

Please sign in to comment.