Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPobarzin committed Dec 28, 2023
2 parents 1cfb0bb + f449de5 commit e2f2008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
with:
node-version: 16
registry-url: https://www.npmjs.com/org/

- name: "Edit config"
run: git config --global user.name "daniil.nyashka@gmail.com" && git config --global user.name "Daniel"
- name: "Install dependencies"
run: npm install
- name: "Telegram Notification"
- name: "publish"
run: npm publish
- name: "Telegram Notification"
uses: "appleboy/telegram-action@master"
Expand Down

0 comments on commit e2f2008

Please sign in to comment.