Skip to content

Commit e6ddc0e

Browse files
committed
Adjusted value for github.base_ref
1 parent 9c24a95 commit e6ddc0e

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
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131

3232
- name: Determine whether this is a release build
33-
if: ${{ github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main' }}
33+
if: ${{ github.event_name == 'pull_request' && github.base_ref == 'main' }}
3434
env:
3535
IS_RELEASE: "true"
3636
run: echo "We will be performing a release upon success"

0 commit comments

Comments
 (0)