Skip to content

Commit

Permalink
fix: web-component release pipeline logs and release attempt (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Nov 16, 2020
1 parent 8887baa commit 38ca989
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
if: steps.initversion.outputs.version != steps.extractver.outputs.version
# sleep for 30 seconds before using latest version in web-component, because sometimes NPM needs additional few seconds to `saves` package in registry
run: |
sleep 30
sleep 30s
echo "Log all versions of the package on npm registry"
npm show @kyma-project/asyncapi-react versions
echo "Log latest version of the package on npm registry"
npm show @kyma-project/asyncapi-react dist-tags.latest
echo "Starting installation"
Expand Down

0 comments on commit 38ca989

Please sign in to comment.