Skip to content

Commit

Permalink
fix: update code 17
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Dec 29, 2023
1 parent ff6a227 commit c80f1d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}

- name: Configure git
run: |
git config user.name "12evgen-bot"
git config user.email "155072229+12evgen-bot@users.noreply.github.com"
- name: 'Setup Node.js v20'
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c80f1d1

Please sign in to comment.