diff --git a/.github/workflows/release_auto_update.yml b/.github/workflows/release_auto_update.yml index 4b849cb..939be75 100755 --- a/.github/workflows/release_auto_update.yml +++ b/.github/workflows/release_auto_update.yml @@ -1,12 +1,12 @@ name: Release_auto_update on: -# release: -# types: -# - published - push: - tags: - - 'v*' - workflow_dispatch: + release: + types: + - published +# push: +# tags: +# - 'v*' +# workflow_dispatch: jobs: build: