Skip to content

Commit 94cec69

Browse files
committed
ci: allow triggering artifact publishing by hand
In case of release hiccups again, allow to recover from them manually.
1 parent 165dd10 commit 94cec69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '**'
7+
workflow_dispatch:
78

89
jobs:
910
newRelease:
@@ -40,4 +41,4 @@ jobs:
4041
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
4142
DOCKER_HUB_KEY: ${{ secrets.DOCKER_HUB_KEY }}
4243
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
run: ./docker-ci.sh
44+
run: ./docker-ci.sh

0 commit comments

Comments
 (0)