Skip to content

Commit f5a72ee

Browse files
authored
Update snapcraft_publish.yml
1 parent 5cee185 commit f5a72ee

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/snapcraft_publish.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@ name: Snapcraft tab Publish
33
on:
44
release:
55
types: [published]
6-
6+
7+
workflow_dispatch:
8+
inputs:
9+
logLevel:
10+
description: 'Log level'
11+
required: true
12+
default: 'warning'
13+
tags:
14+
description: 'Test scenario tags'
15+
716
jobs:
817
snapcraft-releaser:
918
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)