Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPobarzin committed Dec 28, 2023
1 parent 95e22a1 commit f449de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build

on:
push

jobs:
check-and-publish:
name: "task-donson-build"
Expand All @@ -14,7 +15,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
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"
Expand Down

0 comments on commit f449de5

Please sign in to comment.