We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be858f commit 442469fCopy full SHA for 442469f
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: 16
15
+ registry-url: 'https://registry.npmjs.org'
16
17
- name: Generate Contributors Images
18
uses: jaywcjlove/github-action-contributors@main
@@ -126,6 +127,12 @@ jobs:
126
127
npm install @jsdevtools/npm-publish -g
128
npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
129
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
+
136
# Create Docker Image
137
- name: Set up Docker Buildx
138
uses: docker/setup-buildx-action@v2
0 commit comments