Skip to content

Commit

Permalink
Github releases with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
negative0 committed Oct 29, 2019
1 parent c4d9a03 commit e7e999a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit e7e999a

Please sign in to comment.