Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jul 17, 2021
1 parent 37e0ae0 commit 29a1993
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,11 @@ name: Automated Workflow
branches:
- master
jobs:
# about:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Jaid/action-sync-node-meta
# uses: jaid/action-sync-node-meta@v1.4.0
# with:
# direction: overwrite-github
# githubToken: "${{ secrets.GITHUB }}"
release:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: setup nodejs
uses: actions/setup-node@v2
with:
node-version: 14.15.4
- name: npm install
run: >
npm install @semantic-release/changelog @semantic-release/npm @semantic-release/git @semantic-release/github --silent
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
id: semantic
Expand All @@ -41,53 +24,5 @@ jobs:
outputs:
new_release_published: "${{ steps.semantic.outputs.new_release_published }}"
new_release_version: "${{ steps.semantic.outputs.new_release_version }}"
# cdn:
# runs-on: ubuntu-latest
# needs: release
# if: needs.release.outputs.new_release_published == 'true'
# env:
# VERSION: "${{ needs.release.outputs.new_release_version }}"
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: setup nodejs
# uses: actions/setup-node@v2
# with:
# node-version: 14.15.4
# - name: yarn install
# run: >
# echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
# .npmrc

# yarn install
# - name: yarn build
# run: yarn build
# - name: upload bundle as version
# uses: CoCreate-app/CoCreate-s3@master
# with:
# aws-key-id: "${{ secrets.AWSACCESSKEYID }}"
# aws-access-key: "${{ secrets.AWSSECERTACCESSKEY }}"
# bucket: testcrudbucket
# source: ./dist
# destination: "/test/${{env.VERSION}}"
# acl: public-read
# - name: upload bundle as latest
# uses: CoCreate-app/CoCreate-s3@master
# with:
# aws-key-id: "${{ secrets.AWSACCESSKEYID }}"
# aws-access-key: "${{ secrets.AWSSECERTACCESSKEY }}"
# bucket: testcrudbucket
# source: ./dist
# destination: /test/latest
# acl: public-read
# invalidations: true
# docs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2

# - name: update documentation
# uses: CoCreate-app/CoCreate-docs@master


0 comments on commit 29a1993

Please sign in to comment.