ci: fix package bug

This commit is contained in:
octopus_yan 2024-09-18 05:35:24 +08:00
parent 555b5a19bf
commit b0a0adc221

View File

@ -1,16 +1,9 @@
name: auto-tag
on:
workflow_dispatch:
inputs:
release_body:
description: "Release note"
type: string
required: false
ref:
description: "Commit to build (git checkout)"
type: string
required: false
pull_request:
branches:
- "dev"
jobs:
auto-tag: