Skip to content

Commit b8ef8f7

Browse files
Merge pull request #60 from IvanJosipovic/cicd
chore: cicd fix
2 parents ec8f102 + b5c0338 commit b8ef8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set Test Address
3737
if: github.ref == 'refs/heads/master'
3838
run: |
39-
Set-Content -Path "src/BlazorApplicationInsights.Tests/BrowserTestsAddress.config" -Value "${{ steps.netlify.outputs.NETLIFY_LIVE_URL }}";
39+
Set-Content -Path "src/BlazorApplicationInsights.Tests/BrowserTestsAddress.config" -Value "${{ steps.netlify.outputs.NETLIFY_URL }}";
4040
shell: pwsh
4141

4242
- name: Deploy to Staging

0 commit comments

Comments
 (0)