Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xprees authored Oct 25, 2024
1 parent ba52cbc commit 1d90608
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Version Patcher
uses: justalemon/VersionPatcher@v0.8
with:
version: 1.0.${{ github.run_number }}
- run: npm i
- run: git config --global user.name "xprees"
- run: git config --global user.email "xprees.developer@gmail.com"
Expand Down

0 comments on commit 1d90608

Please sign in to comment.