Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Oct 21, 2023
1 parent 8ca824a commit 76056a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install;npm run build-ts
- run: npm install;npm run build
- run: npm install -g npm-cli-login

publish-dgmjr-io:
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install;npm run build-ts
- run: npm install;npm run build
- run: npm install -g npm-cli-login
- uses: actions/setup-node@v3
with:
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install;npm run build-ts
- run: npm install;npm run build
- run: npm install -g npm-cli-login
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 76056a5

Please sign in to comment.