From 5e15e5681a0d981b5abcc807c5bb1152adacffd9 Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr" Date: Sat, 8 Jun 2024 23:17:38 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 366b263..772004d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,37 +24,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout Dgmjr.ComponentModel alongside the repo being compiled - uses: dgmjr-actions/git-checkout@main - with: - token: ${{ secrets.GITHUB_TOKEN }} - repo: dgmjr-io/Dgmjr.ComponentModel - path: ComponentModel - - name: Build using DgmjrSdk + - name: Build with DGMJR-IO SDK uses: dgmjr-actions/build-using-dgmjrsdk@main - with: - git-token: ${{ secrets.GITHUB_TOKEN }} - environment: Release - git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }} - private-nuget-endpoint: ${{ vars.PROGET_ENDPOINT_URL }} - private-nuget-api-key: ${{ secrets.PROGET_API_KEY }} - repo: dgmjr-io/Abstractions - project-file-path: Dgmjr.Abstractions.csproj -p:BuildFromSource=false - - nuget-push: - needs: build - runs-on: ubuntu-latest - steps: - - name: Run nuget-push - uses: dgmjr-actions/nuget-push@main - with: + with: git-token: ${{ secrets.GITHUB_TOKEN }} - environment: Release - git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }} - private-nuget-endpoint: ${{ vars.PROGET_ENDPOINT_URL }} - private-nuget-api-key: ${{ secrets.PROGET_API_KEY }} repo: dgmjr-io/Abstractions project-file-path: Dgmjr.Abstractions.csproj - push-nuget: false - push-dgmjr-io: true push-github: true