Skip to content

Commit

Permalink
Manually trigger release
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <anglorvaroa@gmail.com>
  • Loading branch information
srvaroa committed Nov 21, 2023
1 parent 128e6d8 commit 050e87a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Create Release Binary

on:
release:
types: [created, edited]
workflow_dispatch:
inputs:
release_tag:
description: 'Tag to publish'
required: true

jobs:
release:
Expand All @@ -18,3 +21,4 @@ jobs:
overwrite: true
binary_name: action
asset_name: action
release_tag: ${{ inputs.release_tag }}

0 comments on commit 050e87a

Please sign in to comment.