Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! chore: add retry for apple notarization
  • Loading branch information
deansheather committed Jun 6, 2022
commit 211660183eeea337d45498ea1589999980c79414
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:
inputs:
snapshot:
description: Perform a snapshot/dry-run release (required if the ref is not a tag)
description: Perform a snapshot/dry-run release (will not create a GitHub release, required if the ref is not a tag)
type: boolean
required: true

Expand Down