Skip to content

Commit

Permalink
update release draft workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 authored and csc530 committed Aug 1, 2024
1 parent 10b6617 commit 8a4aebc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

workflow_dispatch:
inputs:
tag:
description: 'Release Tag'
required: true
type: string
default: ${{ github.ref_name }} # github.ref_name


env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 8a4aebc

Please sign in to comment.