Skip to content

Commit 1108428

Browse files
committed
Use ${GITHUB_REF_NAME} instead of manipulating ${GITHUB_REF}
1 parent 53b010d commit 1108428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: matrix.os == 'ubuntu-latest' && env.STRYKER_DASHBOARD_API_KEY != ''
9292
run: |
9393
dotnet tool restore
94-
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF##*/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
94+
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF_NAME} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
9595
- name: Retrieve tag message
9696
if: matrix.os == 'ubuntu-latest'
9797
run: |

0 commit comments

Comments
 (0)