Skip to content

Commit

Permalink
chore: update scope package and github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haegemonia76 committed Sep 23, 2020
1 parent 844cbe5 commit f09563b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,10 @@ jobs:
with:
node-version: '10.x'
registry-url: 'https://registry.npmjs.org'
scope: '@nextsourcia'
scope: '@aquilacms'
- run: npm install
- run: npm run build
# Publish to npm
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v1
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@nextsourcia'
# Publish to GitHub Packages
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nextsourcia/sendcloud",
"name": "@aquilacms/sendcloud",
"version": "1.0.0",
"description": "implementation of sendcloud API",
"private": false,
Expand Down

0 comments on commit f09563b

Please sign in to comment.