We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d4ec9 commit 50064d8Copy full SHA for 50064d8
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
36
- name: Determine whether this is a release build
37
- if: ${{ github_event_name == 'pull_request' && github.base_ref == 'main' }}
+ if: ${{ github.event_name == 'pull_request' && github.base_ref == 'main' }}
38
env:
39
IS_RELEASE: "true"
40
run: echo "We will be performing a release upon success"
0 commit comments