Skip to content

Commit 18690f1

Browse files
committed
uses -> run
1 parent e2bbd33 commit 18690f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
server-password: MAVEN_PASSWORD
1818
- name: 'Set up GCP SDK for downloading test data'
1919
uses: 'google-github-actions/setup-gcloud@v0'
20-
- name: 'Download test data'
21-
uses: 'make test-data'
20+
- name: Download test data
21+
run: make test-data
2222
- name: Deploy package
2323
run: mvn clean deploy
2424
env:

0 commit comments

Comments
 (0)