We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0f505 commit 139680cCopy full SHA for 139680c
1 file changed
.github/workflows/publish-replicate-models.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install Python dependencies
33
run: |
34
python -m pip install --upgrade pip
35
- pip install -r replicate-java/replicate-tools/requirements.txt
+ pip install -r replicate-tools/requirements.txt
36
37
- name: Run replicate-tools to download JSON schemas
38
env:
@@ -44,14 +44,14 @@ jobs:
44
45
- name: Run Maven to generate Java models
46
47
- cd replicate-java/replicate-models
+ cd replicate-models
48
mvn clean install
49
50
- name: Deploy Maven artifact to GitHub Packages
51
52
VERSION: ${{ github.event.release.tag_name }}-${{ matrix.version.name }}
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
55
56
mvn versions:set -DnewVersion=$VERSION
57
mvn deploy
0 commit comments