Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/add_CI_CD
Browse files Browse the repository at this point in the history
  • Loading branch information
josejamart committed Feb 4, 2021
2 parents 8170f77 + 8a977e3 commit 42d287d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/merge-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@devaway'
- run: npm install
# Publish to GitHub Packages
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 42d287d

Please sign in to comment.