diff --git a/action.yml b/action.yml index c92e07d..a20db4c 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: steps: - id: detect name: Detect version change + queue post work - uses: ./.gitea/actions/with-post-step + uses: ./with-post-step with: key: AUTOCHANGELOG #################### MAIN #################### diff --git a/.gitea/actions/with-post-step/action.yml b/with-post-step/action.yml similarity index 100% rename from .gitea/actions/with-post-step/action.yml rename to with-post-step/action.yml diff --git a/.gitea/actions/with-post-step/main.js b/with-post-step/main.js similarity index 100% rename from .gitea/actions/with-post-step/main.js rename to with-post-step/main.js