Skip to content

Commit 48bce73

Browse files
committed
Fix GitHub releases
1 parent c054f26 commit 48bce73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/native.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ jobs:
2121
local_path: cli/target/native-image/lsif-java
2222
steps:
2323
- uses: actions/checkout@v2
24+
with:
25+
fetch-depth: 0
2426
- uses: olafurpg/setup-scala@v10
2527
- uses: actions/setup-go@v2
2628
with:
2729
go-version: "^1.13.1"
2830
- run: go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
29-
- run: git fetch --tags || true
3031
- name: sbt nativeImage
3132
shell: bash
3233
run: |

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- uses: olafurpg/setup-scala@v10
14-
- run: git fetch --unshallow
1514
- name: Publish ${{ github.ref }}
1615
run: sbt ci-release
1716
env:

0 commit comments

Comments
 (0)