We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c054f26 commit 48bce73Copy full SHA for 48bce73
.github/workflows/native.yml
@@ -21,12 +21,13 @@ jobs:
21
local_path: cli/target/native-image/lsif-java
22
steps:
23
- uses: actions/checkout@v2
24
+ with:
25
+ fetch-depth: 0
26
- uses: olafurpg/setup-scala@v10
27
- uses: actions/setup-go@v2
28
with:
29
go-version: "^1.13.1"
30
- run: go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
- - run: git fetch --tags || true
31
- name: sbt nativeImage
32
shell: bash
33
run: |
.github/workflows/release.yml
@@ -11,7 +11,6 @@ jobs:
11
12
fetch-depth: 0
13
14
- - run: git fetch --unshallow
15
- name: Publish ${{ github.ref }}
16
run: sbt ci-release
17
env:
0 commit comments