Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Feb 15, 2021
1 parent d2c9363 commit 91168f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

- name: Set Test Address
if: github.ref == 'refs/heads/beta
if: github.ref == 'refs/heads/beta'
run: |
Set-Content -Path "src/BlazorApplicationInsights.Tests/BrowserTestsAddress.config" -Value "${{ steps.netlify.outputs.NETLIFY_URL }}";
shell: pwsh
Expand Down

0 comments on commit 91168f3

Please sign in to comment.