Skip to content

Commit

Permalink
fix(actions): manually trigger must set tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Aug 26, 2023
1 parent 944d597 commit 8d22452
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
tags:
- v*
workflow_dispatch:
inputs:
tag:
description: 'Release Tag'
required: true
type: string

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -144,3 +149,4 @@ jobs:
with:
files: build/release/*
prerelease: ${{ contains(github.ref, '-') }}
tag_name: ${{ inputs.tag || github.ref }}

0 comments on commit 8d22452

Please sign in to comment.