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 e2bbd33 commit 18690f1Copy full SHA for 18690f1
.github/workflows/publish-sdk.yml
@@ -17,8 +17,8 @@ jobs:
17
server-password: MAVEN_PASSWORD
18
- name: 'Set up GCP SDK for downloading test data'
19
uses: 'google-github-actions/setup-gcloud@v0'
20
- - name: 'Download test data'
21
- uses: 'make test-data'
+ - name: Download test data
+ run: make test-data
22
- name: Deploy package
23
run: mvn clean deploy
24
env:
0 commit comments