Skip to content

Commit 5e6519b

Browse files
committed
removed upload
1 parent b2a7780 commit 5e6519b

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/automated.yml

-26
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,4 @@ jobs:
4141
outputs:
4242
new_release_published: "${{ steps.semantic.outputs.new_release_published }}"
4343
new_release_version: "${{ steps.semantic.outputs.new_release_version }}"
44-
upload:
45-
runs-on: ubuntu-latest
46-
needs: release
47-
if: needs.release.outputs.new_release_published == 'true'
48-
env:
49-
VERSION: "${{ needs.release.outputs.new_release_version }}"
50-
steps:
51-
- name: Checkout
52-
uses: actions/checkout@v3
53-
- name: Setup Node.js
54-
uses: actions/setup-node@v3
55-
with:
56-
node-version: 16
57-
- name: Set npm registry auth
58-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
59-
- name: Install dependencies
60-
run: yarn install
61-
- name: Build
62-
run: yarn build
63-
- name: Set Environment Variables
64-
run: |
65-
echo "organization_id=${{ secrets.COCREATE_ORGANIZATION_ID }}" >> $GITHUB_ENV
66-
echo "key=${{ secrets.COCREATE_KEY }}" >> $GITHUB_ENV
67-
echo "host=${{ secrets.COCREATE_HOST }}" >> $GITHUB_ENV
68-
- name: CoCreate Upload
69-
run: coc upload
7044

0 commit comments

Comments
 (0)