Skip to content

Commit 4cef637

Browse files
committed
try to fix detached branch error in ci
1 parent 2a9c685 commit 4cef637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pub.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17+
ref: master
1718
persist-credentials: false
1819
fetch-depth: 0
1920
- run: echo -n ${{ github.ref_name }} > VERSION

0 commit comments

Comments
 (0)