Skip to content

Commit 442469f

Browse files
committed
chore: update workflows config.
1 parent 4be858f commit 442469f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
15+
registry-url: 'https://registry.npmjs.org'
1516

1617
- name: Generate Contributors Images
1718
uses: jaywcjlove/github-action-contributors@main
@@ -126,6 +127,12 @@ jobs:
126127
npm install @jsdevtools/npm-publish -g
127128
npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
128129
130+
- run: npm publish
131+
continue-on-error: true
132+
name: 📦 linux-command publish to NPM
133+
env:
134+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
135+
129136
# Create Docker Image
130137
- name: Set up Docker Buildx
131138
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)