mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-06 14:49:03 -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
|
||||
with:
|
||||
node-version: '20' # Specify your Node.js version here
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
- name: Publish to NPM
|
||||
run: npm publish
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user