Skip to content

Commit

Permalink
fixup! Add workflow dispatch to release for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 9, 2024
1 parent f421f54 commit 32f792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
description: The Git branch or commit SHA which we want to publish a release for.
type: string
requried: true
default: ${{ github.event.repository.default_branch }}
default: main
jobs:
publish:
name: Publish
Expand Down

0 comments on commit 32f792c

Please sign in to comment.