Update release2.yaml

This commit is contained in:
Ishaan Jaff
2024-01-04 13:50:52 +05:30
committed by GitHub
parent a694150385
commit 0992dc831a
+5 -4
View File
@@ -2,10 +2,11 @@
name: "Release"
on: # yamllint disable-line rule:truthy
push:
tags:
- "**"
on:
workflow_dispatch:
inputs:
tag:
description: "The tag version you want to release"
jobs:
release: