Skip to content

Commit 50064d8

Browse files
committed
Release Testing
1 parent 15d4ec9 commit 50064d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535

3636
- name: Determine whether this is a release build
37-
if: ${{ github_event_name == 'pull_request' && github.base_ref == 'main' }}
37+
if: ${{ github.event_name == 'pull_request' && github.base_ref == 'main' }}
3838
env:
3939
IS_RELEASE: "true"
4040
run: echo "We will be performing a release upon success"

0 commit comments

Comments
 (0)