Skip to content

Commit

Permalink
update release process to allow specifying the tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed Feb 16, 2024
1 parent e44e7e0 commit d2a7737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: release

on:
workflow_dispatch:
inputs:
tag:
description: 'New tag name'
required: true
# NOTE: In the future we might want to do auto releasing on every tag
# push:
# tags:
Expand Down

0 comments on commit d2a7737

Please sign in to comment.