We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dfc23 commit b8e6fc5Copy full SHA for b8e6fc5
.github/workflows/release.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
bundle config path vendor/bundle
32
bundle install --jobs 4 --retry 3
33
+ echo "$PWD/vendor/bundle/bin" >> $GITHUB_PATH
34
- name: Print versions
35
36
java -version
0 commit comments