Skip to content

Commit

Permalink
chore: Fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Nov 18, 2024
1 parent 710aa31 commit bc93a2d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: CI

on: workflow_dispatch

inputs:
package:
required: true
version:
default: "latest"
on:
workflow_dispatch:
inputs:
package:
description: 'Package name'
required: true
type: string
version:
description: 'Package version'
required: true
type: string
default: "latest"

jobs:
prerelease:
Expand Down

0 comments on commit bc93a2d

Please sign in to comment.