Skip to content

Commit

Permalink
Fixed uploading release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvov1 committed Sep 18, 2024
1 parent ce75155 commit ba77f65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upload_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]*'
workflow_dispatch:
inputs:
version:
description: 'Release version'
required: true
default: '1.0.0'

jobs:
build:
Expand Down

0 comments on commit ba77f65

Please sign in to comment.