Skip to content

Commit 7142000

Browse files
committed
Remove publish job
1 parent 97436fc commit 7142000

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release-rancher-components.yml

-12
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ jobs:
3131
- name: Unit Test
3232
run: yarn test:ci ./pkg/rancher-components
3333

34-
publish:
35-
runs-on: ubuntu-latest
36-
needs: build
37-
steps:
38-
- uses: actions/checkout@v2
39-
with:
40-
fetch-depth: 1
41-
persist-credentials: false
42-
- uses: actions/setup-node@v2
43-
with:
44-
node-version: '16.x'
45-
registry-url: 'https://registry.npmjs.org'
4634
- name: Publish to npm
4735
run: yarn publish:lib
4836
env:

0 commit comments

Comments
 (0)