Skip to content

Commit

Permalink
release: Fix release workflow (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored Sep 24, 2024
1 parent 68189fa commit e57f7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
on:
workflow_dispatch:
input:
inputs:
package:
description: "Package name"
required: true
default: 'autoconf'
type: choice
options:
- autoconf
Expand Down

0 comments on commit e57f7f1

Please sign in to comment.