Skip to content

Commit

Permalink
fix(ci): do not release twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Mar 14, 2020
1 parent 429b4b3 commit fc719f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node: ["12", "10"]

steps:
- name: Code Checkout
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: "12"

- name: Install Dependencies
run: |
Expand Down

0 comments on commit fc719f2

Please sign in to comment.