Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atesztoth committed Nov 28, 2019
1 parent 679a348 commit c889f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js Package
name: Add package to my repository

on:
release:
Expand All @@ -25,7 +25,7 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@atesztoth'
- run: npm ci
- run: yarn install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c889f8f

Please sign in to comment.