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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: