add workflow_dispatch to release action

This commit is contained in:
Benson Wong
2025-02-18 17:27:43 -08:00
parent 0815bb4cc3
commit 1e25b44a06

View File

@@ -5,6 +5,9 @@ on:
tags: tags:
- '*' - '*'
# Allows manual triggering of the workflow
workflow_dispatch:
permissions: permissions:
contents: write contents: write