Skip to content

Commit

Permalink
chore: fix the version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabirmean committed May 9, 2022
1 parent 3f41935 commit 1cda3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cloudbuild/publish-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
./mvnw install
./mvnw deploy
# indicates that the step need not wait for any other step
waitFor: [ 'npm-install' ]
waitFor: [ '-' ]

- id: 'get-release-version'
name: 'python'
Expand Down

0 comments on commit 1cda3ad

Please sign in to comment.