We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bef8e3 commit 48d6d72Copy full SHA for 48d6d72
1 file changed
.github/workflows/publish.yml
@@ -36,6 +36,9 @@ jobs:
36
if: github.repository == 'anomalyco/opencode'
37
steps:
38
- uses: actions/checkout@v3
39
+ with:
40
+ fetch-depth: 0
41
+
42
- uses: ./.github/actions/setup-bun
43
44
- id: version
0 commit comments