Skip to content

Commit

Permalink
github action on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brdebr committed Mar 14, 2021
1 parent b2a5df5 commit cc077cb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ name: Buid and release binary

# Controls when the action will run.
on:
workflow_dispatch:
inputs:
name:
description: 'Release name'
required: true
push:
tags:
- '*'

env:
NODE_VERSION: '12.x'
Expand Down

0 comments on commit cc077cb

Please sign in to comment.