Skip to content

Commit

Permalink
ci: working on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 23, 2023
1 parent e8b6453 commit 59fba7d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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
path: ${{ steps.gameci.outputs.coveragePath }}

0 comments on commit 59fba7d

Please sign in to comment.