diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fc6b6c97..2da967104 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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