Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abdmmar committed Oct 18, 2022
1 parent 5791661 commit 16211b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v3
uses: actions/checkout@v3
- name: Setup node
- uses: actions/setup-node@v3
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
- run: yarn install
run: yarn install
- name: Run test
- run: yarn test
run: yarn test
- name: Generate custom elements
- run: yarn generate-ce
run: yarn generate-ce
- name: Generate .d.ts file
- run: yarn generete-dts
run: yarn generete-dts
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 16211b5

Please sign in to comment.