Skip to content

Commit 7506f42

Browse files
committed
ci: fix release workflow
1 parent e942b30 commit 7506f42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
goos: ${{ matrix.goos }}
3737
goarch: ${{ matrix.goarch }}
38+
project_path: ./server
3839
publish-java-client:
3940
runs-on: ubuntu-latest
4041
needs: create-release
@@ -69,6 +70,7 @@ jobs:
6970
runs-on: ubuntu-latest
7071
needs: create-release
7172
steps:
73+
- uses: actions/checkout@v2
7274
- name: Get release tag
7375
id: get_version
7476
uses: battila7/get-version-action@v2

0 commit comments

Comments
 (0)