Skip to content

Commit

Permalink
Updated publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SunDevil311 committed Jan 22, 2025
1 parent 5f4d9d5 commit 140e615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Set up Git user
run: |
git config --global user.email "github@sl.neteng.cc"
git config --global user.name "SunDevil311"
- name: Increment version
run: npm version patch
- name: Publish package
Expand Down

0 comments on commit 140e615

Please sign in to comment.