Skip to content

Commit 1d009e9

Browse files
committed
Rename spotify-open-api-spec.yml to spotify-web-api-openapi.yml
1 parent ce228d2 commit 1d009e9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
files: |
4444
spotify-web-api-core/src/main/resources/spotify-web-api.yml
45-
spotify-web-api-generator-open-api/spotify-open-api-spec.yml
45+
spotify-web-api-generator-open-api/spotify-web-api-openapi.yml

scripts/generate-open-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This script must be run from the root directory.
55

66
API_DOCUMENTATION_FILE=./spotify-web-api-core/src/main/resources/spotify-web-api.yml
7-
OUTPUT_FOLDER=./spotify-web-api-generator-open-api/spotify-open-api-spec.yml
7+
OUTPUT_FOLDER=./spotify-web-api-generator-open-api/spotify-web-api-openapi.yml
88

99
# Find a '*.cli-jar'
1010
cliJarFile=$(find ./spotify-web-api-generator-open-api/target -maxdepth 1 -type f -name "*-cli.jar" -print -quit)

spotify-web-api-generator-open-api/src/test/java/de/sonallux/spotify/generator/openapi/OpenApiGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class OpenApiGeneratorTest {
66
private static final Path INPUT_FILE_PATH = Path.of("spotify-web-api-core/src/main/resources/spotify-web-api.yml");
7-
private static final Path SWAGGER_FILE = Path.of("spotify-web-api-generator-open-api/spotify-open-api-spec.yml");
7+
private static final Path SWAGGER_FILE = Path.of("spotify-web-api-generator-open-api/spotify-web-api-openapi.yml");
88

99
public static void main(String[] args) {
1010
var cli = new CLI();

0 commit comments

Comments
 (0)