Skip to content

Commit dd415b5

Browse files
committed
ci(publish): make version input optional
1 parent ad8c5eb commit dd415b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
inputs:
1010
version:
1111
description: 'Override version to publish'
12-
required: true
12+
required: false
1313
type: string
1414
default: ''
1515
tag:
@@ -30,7 +30,6 @@ jobs:
3030
publish:
3131
name: Publish
3232
runs-on: ubuntu-latest
33-
3433
timeout-minutes: 10
3534
steps:
3635
- name: Checkout

0 commit comments

Comments
 (0)