Skip to content

Commit

Permalink
Fix publish-gh script
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Sep 17, 2024
1 parent 9c38a47 commit fb56e05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
workflow_call:
inputs:
tag:
required: true
required: false
type: string
default: ${{ github.ref }}
name:
required: true
required: false
type: string
default: ''
generate-notes:
required: false
type: boolean
Expand Down

0 comments on commit fb56e05

Please sign in to comment.