Skip to content

Commit 8e0b764

Browse files
committed
enhance: add workflow_dispatch trigger to publish.yml for manual workflow execution
1 parent 757ced1 commit 8e0b764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- 'v*'
6+
workflow_dispatch:
67
jobs:
78
build-and-release:
89
runs-on: ubuntu-latest
@@ -50,7 +51,6 @@ jobs:
5051
wget https://github.com/LLOneBot/exe/releases/latest/download/ffprobe.exe -O llonebot/ffprobe.exe
5152
zip -r ../LLOneBot-win-x64-ffmpeg.zip ./*
5253
53-
5454
- name: Extract version from tag
5555
id: get-version
5656
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)