Skip to content

Commit 38ddf02

Browse files
authored
⚙️ Chore | increment source code (#2)
1 parent 3b8546c commit 38ddf02

File tree

5 files changed

+133
-7346
lines changed

5 files changed

+133
-7346
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@ jobs:
2727
working-directory: ./dist
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH }}
30+
- name: 📝 Update Version
31+
run: |
32+
npm version patch
33+
- name: Commit changes verion updates
34+
run: |
35+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
36+
git config --global user.name "GitHub Actions"
37+
git commit -am "⚙️ Chore - update npm version in source to match tag [skip ci]"
38+
git push

0 commit comments

Comments
 (0)