diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 5debdba..d18edb4 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -55,4 +55,4 @@ jobs: $(if [[ "${{ github.event.inputs.is_prerelease }}" == "true" ]]; then echo "--prerelease"; fi) \ $(if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then echo "--latest"; fi) env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f5ac6c..768bcc3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ on: env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} - SOLUTION_NAME: 'Hyperbee.Pipeline.sln' + SOLUTION_NAME: ${{ vars.SOLUTION_NAME }} DOTNET_VERSION: '8.0.x' jobs: