From 59fba7d0edd9cad811f999f230772b3ebdc500f6 Mon Sep 17 00:00:00 2001 From: bd_ Date: Sat, 23 Sep 2023 20:58:30 +0900 Subject: [PATCH] ci: working on release workflow --- .github/workflows/gameci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gameci.yml b/.github/workflows/gameci.yml index fb72f42d..6d39d1a3 100644 --- a/.github/workflows/gameci.yml +++ b/.github/workflows/gameci.yml @@ -32,6 +32,7 @@ on: # whatever permissions we assign. pull_request_target: {} workflow_dispatch: {} + workflow_call: {} # pull_request_target grants access to a privileged GITHUB_TOKEN by default, revoke this permissions: {} @@ -95,10 +96,4 @@ jobs: if: always() with: name: Coverage results - path: ${{ steps.gameci.outputs.coveragePath }} - tag-release: - if: github.ref == 'refs/heads/main' && github.repository == 'bdunderscore/ndmf' - #needs: build-and-test - permissions: - contents: write - uses: bdunderscore/ndmf/.github/workflows/release-tagging.yml@main \ No newline at end of file + path: ${{ steps.gameci.outputs.coveragePath }} \ No newline at end of file