mirror of
https://github.com/MillironX/docker-names.git
synced 2024-12-22 01:58:16 +00:00
Update publishing workflow
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
3e64306429
commit
38799ef3a3
1 changed files with 6 additions and 3 deletions
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
|
@ -11,8 +11,11 @@ jobs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
registry-url: https://npm.pkg.github.com
|
||||||
|
scope: "@MillironX"
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- uses: JS-DevTools/npm-publish@v1
|
- run: npm run build
|
||||||
with:
|
- run: npm publish
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue