Skip to content

Commit

Permalink
Testing 6
Browse files Browse the repository at this point in the history
  • Loading branch information
aheintz committed Aug 20, 2024
1 parent 4f439cb commit b3a9a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet restore
- name: Extract branch name if release
shell: bash
run: echo "BRANCH=$(echo $GITHUB_REF | cut -d'/' -f 3)"
run: echo "BRANCH=$(echo $GITHUB_REF)"
- name: Build
run: dotnet build --no-restore
- name: Test
Expand Down

0 comments on commit b3a9a0a

Please sign in to comment.