Skip to content

Commit

Permalink
Improve version extraction from the GitHub ref for the Stryker dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Mar 8, 2022
1 parent 6ed15b1 commit de48d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
cd tests
dotnet tool restore
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF#refs/heads/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF##*/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
- name: Create NuGet package
run: dotnet pack --no-build --output .
id: dotnet-pack
Expand Down

0 comments on commit de48d64

Please sign in to comment.