Skip to content

Commit

Permalink
fix: bump version and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
montasim committed Aug 17, 2024
1 parent 6da1c94 commit 27d8c30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
node-version: '20'

- name: Configure Git
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Install dependencies
run: yarn install

Expand All @@ -42,8 +47,6 @@ jobs:

- name: Commit changes
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add -A
git commit -m "chore(release): release ${GITHUB_REF##*/} [skip ci]"
Expand Down

0 comments on commit 27d8c30

Please sign in to comment.