Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoxc committed Feb 19, 2024
1 parent 630bddf commit 463c9bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
tags:
- 'v*'
inputs:
workflow_dispatch:
ref:
description: 'Branch or Reference'
required: false
default: 'github'
inputs:
ref:
description: 'Branch or Reference'
required: false
default: 'github'

jobs:
publish:
Expand Down

0 comments on commit 463c9bc

Please sign in to comment.