Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
fix(ci): forcing manual release to 2.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 2, 2020
1 parent 5d9fcd6 commit b1a6e49
Show file tree
Hide file tree
Showing 4 changed files with 2,098 additions and 1,770 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
pull_request:
branches:
- master
- dev
- next

jobs:
test-and-release:
name: Run tests
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ on:
push:
branches:
- master
- next
jobs:
release:
name: Run test and Release
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand All @@ -20,9 +21,3 @@ jobs:
run: npm run build
- name: Run tests
run: npm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CI: true
run: npm run semantic-release
Loading

0 comments on commit b1a6e49

Please sign in to comment.