Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 90a53ec

Browse files
authored
Update build.yaml
1 parent 727ebf5 commit 90a53ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
git clone https://github.com/exceptionless/Exceptionless.git helm
7373
cd helm
74-
git checkout $(echo ${GITHUB_REF#refs/heads/})
74+
git checkout master
7575
- name: Deploy Changes to Production Environment
7676
if: startsWith(github.ref, 'refs/tags/v')
7777
run: |

0 commit comments

Comments
 (0)