mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-08 15:49:04 -05:00
change publish-npm job
This commit is contained in:
parent
e5e4a05bea
commit
c4617d6ab5
13
.github/workflows/build-and-deploy.yml
vendored
13
.github/workflows/build-and-deploy.yml
vendored
@ -71,15 +71,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20' # Specify your Node.js version here
|
node-version: '20' # Specify your Node.js version here
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- name: Install Dependencies
|
- run: npm ci
|
||||||
run: npm install
|
- run: npm run build
|
||||||
|
- run: npm publish
|
||||||
- name: Build
|
|
||||||
run: npm run build
|
|
||||||
|
|
||||||
- name: Publish to NPM
|
|
||||||
run: npm publish
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user