Skip to content

Commit 37a11d1

Browse files
committed
Fix bug so default branch is passed in properly
1 parent 63231b4 commit 37a11d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
required: true
77
default-branch:
88
description: "Name of main branch"
9-
default: ${{ github.event.repository.default-branch }}
9+
default: ${{ github.event.repository.default_branch }}
1010
outputs:
1111
semver:
1212
description: "The full semantic version. Same as input.semver"

0 commit comments

Comments
 (0)