Skip to content

Commit

Permalink
Added tag input.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Dec 20, 2024
1 parent cd462f1 commit b50c2fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ on:
push:
tags:
- "*" # Match any tag
workflow_dispatch: # Enable manual triggering
workflow_dispatch:
inputs:
tag:
description: "Tag name to create release for"
required: true
default: ""

jobs:
create-release:
Expand Down

0 comments on commit b50c2fd

Please sign in to comment.