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 d18be0b commit b8c008bCopy full SHA for b8c008b
.github/workflows/build-with-dependencies.yml
@@ -32,10 +32,10 @@ jobs:
32
# BUILD DEPENDENCIES
33
- id: build-schemacrawler-core
34
name: Build SchemaCrawler-Core
35
- uses: sualeh/build-maven-dependency@v1.0.5
+ uses: sualeh/build-maven-dependency@v1.0.6
36
with:
37
repository: schemacrawler/SchemaCrawler-Core
38
- artifact: us.fatehi:schemacrawler:v17.2.7
+ artifact: us.fatehi:schemacrawler:17.2.7
39
40
# BUILD AND TEST
41
- id: build-test
0 commit comments