Skip to content

Commit

Permalink
Adding in tag to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Aug 11, 2021
1 parent 3cc11cb commit ee7f3d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Release
on:
push:
tags:
- '*'
jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest]
node-version: [12.x]
os: [ macos-latest, windows-latest ]
node-version: [ 12.x ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ee7f3d2

Please sign in to comment.