We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e942b30 commit 7506f42Copy full SHA for 7506f42
1 file changed
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
goos: ${{ matrix.goos }}
37
goarch: ${{ matrix.goarch }}
38
+ project_path: ./server
39
publish-java-client:
40
runs-on: ubuntu-latest
41
needs: create-release
@@ -69,6 +70,7 @@ jobs:
69
70
71
72
steps:
73
+ - uses: actions/checkout@v2
74
- name: Get release tag
75
id: get_version
76
uses: battila7/get-version-action@v2
0 commit comments