Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
minimit committed Oct 5, 2020
1 parent d215bcd commit 656e35e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 112 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/deploy.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/lint.yml

This file was deleted.

27 changes: 3 additions & 24 deletions .github/workflows/release.yml → .github/workflows/main.yml
Expand Up @@ -7,39 +7,18 @@ on:
- release-0.14
- dev-0.15

env:
NODE: 12.x

jobs:
release:
build:
if: "!contains(github.event.commits[0].message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Node
uses: actions/setup-node@v1
with:
node-version: "${{ env.NODE }}"
- name: Cache
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v2
id: yarn-cache
with:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
**/node_modules
~/.npm
key: ${{ runner.os }}-node-v${{ env.NODE }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-v${{ env.NODE }}-yarn-
- name: Install
if: steps.yarn-cache.outputs.cache-hit != 'true'
- name: Yarn Install
run: yarn install --frozen-lockfile
- name: Release
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# PORTED TO TAILWIND [xtend-ui](https://github.com/minimit/xtend-ui)
# PORTED TO TAILWIND [xtend-ui](https://www.npmjs.com/package/xtend-ui)

## Installation

Expand Down

0 comments on commit 656e35e

Please sign in to comment.