Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Feb 5, 2024
1 parent a7c2344 commit 377794a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
run: pnpm changeset version

- name: Sleep for 5 seconds
run: sleep 5
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit-action
if: steps.check_files.outputs.files_exists == 'true'
with:
commit_message: Update version
commit_options: '--no-verify --signoff'

- name: Create Release
if: steps.check_files.outputs.files_exists == 'true'
Expand Down

0 comments on commit 377794a

Please sign in to comment.