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 6a8650b commit a6bc143Copy full SHA for a6bc143
.github/workflows/publish.yml
@@ -34,6 +34,7 @@ jobs:
34
#
35
- name: Publish
36
run: |
37
+ if [ -z "${GEM_HOST_API_KEY}" ]; then exit 0; fi
38
rake build
39
gem push pkg/${EMBULK_PLUGIN_NAME}-${{ steps.vars.outputs.version }}.gem
40
env:
0 commit comments