Skip to content

Commit f09563b

Browse files
committed
chore: update scope package and github workflow
1 parent 844cbe5 commit f09563b

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,10 @@ jobs:
1212
with:
1313
node-version: '10.x'
1414
registry-url: 'https://registry.npmjs.org'
15-
scope: '@nextsourcia'
15+
scope: '@aquilacms'
1616
- run: npm install
1717
- run: npm run build
1818
# Publish to npm
1919
- run: npm publish --access public
2020
env:
21-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22-
# Setup .npmrc file to publish to GitHub Packages
23-
- uses: actions/setup-node@v1
24-
with:
25-
registry-url: 'https://npm.pkg.github.com'
26-
scope: '@nextsourcia'
27-
# Publish to GitHub Packages
28-
- run: npm publish
29-
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nextsourcia/sendcloud",
2+
"name": "@aquilacms/sendcloud",
33
"version": "1.0.0",
44
"description": "implementation of sendcloud API",
55
"private": false,

0 commit comments

Comments
 (0)