File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 with :
2121 node-version : " 24"
2222 registry-url : " https://npm.pkg.github.com"
23- scope : " @nsnanocat "
23+ scope : " @auraflare "
2424 - run : npm ci
2525 - run : npm run build --if-present
2626 - run : npm test
4545 with :
4646 node-version : " 24"
4747 registry-url : " https://npm.pkg.github.com"
48- scope : " @nsnanocat "
48+ scope : " @auraflare "
4949 - run : npm ci
5050 - run : npm run build --if-present
51- - run : npm publish
51+ - uses : actions/setup-node@v4
52+ with :
53+ node-version : " 24"
54+ registry-url : " https://npm.pkg.github.com"
55+ scope : " @auraflare"
56+ - name : Publish to GitHub Packages
57+ run : npm publish --registry=https://npm.pkg.github.com
Original file line number Diff line number Diff line change 2828 with :
2929 node-version : " 24"
3030 registry-url : " https://npm.pkg.github.com"
31- scope : " @nsnanocat "
31+ scope : " @auraflare "
3232 - run : npm ci
3333 - run : npm run build --if-present
3434 - run : npm test
4848 with :
4949 node-version : " 24"
5050 registry-url : " https://npm.pkg.github.com"
51- scope : " @nsnanocat "
51+ scope : " @auraflare "
5252 - run : npm ci
5353 env :
5454 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868 with :
6969 node-version : " 24"
7070 registry-url : " https://registry.npmjs.org"
71- scope : " @nsnanocat "
71+ scope : " @auraflare "
7272 - name : Publish to npm
7373 run : |
7474 if [[ "${{ steps.npm_tag.outputs.tag }}" == "latest" ]]; then
You can’t perform that action at this time.
0 commit comments