Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
KT-Yeh committed Aug 31, 2024
1 parent be6b44a commit ede980f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/Release.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Release

name: Build
on:
push:
tags:
- "*"
workflow_dispatch:
inputs:
version:
description: "Tag version to release"
required: true

permissions:
contents: write
Expand Down

0 comments on commit ede980f

Please sign in to comment.