Skip to content

Commit

Permalink
Fixed publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Jul 18, 2023
1 parent ee45f26 commit e2eb664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Extract SDK versions
run: |
SDK_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
AUTH_API_VERSION=$(mvn -pl auth-api help:evaluate -Dexpression=project.version -q -DforceStdout)
AUTH_API_VERSION=$(mvn -Pwith-auth-api -pl auth-api help:evaluate -Dexpression=project.version -q -DforceStdout)
BOM_AUTH_API_VERSION=$(mvn -pl bom help:evaluate -Dexpression=ydb-auth-api.version -q -DforceStdout)
BOM_YC_AUTH_VERSION=$(mvn -pl bom help:evaluate -Dexpression=yc-auth.version -q -DforceStdout)
echo "SDK_VERSION=$SDK_VERSION" >> "$GITHUB_ENV"
Expand Down

0 comments on commit e2eb664

Please sign in to comment.