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 485d5c5 commit 2919cbeCopy full SHA for 2919cbe
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
bundler-cache: true
92
working-directory: ./ruby
93
- name: Generate visualization json
94
- run: pushd ruby; bundle exec rake generate_visualization_json popd
+ run: pushd ruby; bundle exec rake generate_visualization_json; popd
95
- name: Upload artifacts
96
uses: svenstaro/upload-release-action@2.2.1
97
with:
@@ -102,7 +102,7 @@ jobs:
102
overwrite: true
103
body: "visualize json of map systems"
104
- name: Generate metadata
105
- run: pushd ruby; bundle exec rake generate_metadata_json popd
+ run: pushd ruby; bundle exec rake generate_metadata_json; popd
106
- name: Upload metadata
107
108
0 commit comments