Skip to content

Commit

Permalink
💚 fix ci add param releaseversion
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Mar 2, 2024
1 parent 3abf8dc commit 2ae6dfc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: publish github release

on:
workflow_dispatch:
push:
tags:
- '*'
inputs:
releaseversion:
description: 'Release version'
required: true
default: '3.2.0'


jobs:
publish-github-release:
Expand Down

0 comments on commit 2ae6dfc

Please sign in to comment.