We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 587babf + 2f4224c commit 4533dd8Copy full SHA for 4533dd8
.github/workflows/publish.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v4
16
+ with:
17
+ ref: $default-branch
18
19
- name: Setup Node
20
uses: actions/setup-node@v4
0 commit comments