Francis Lavoie 2020-06-25 17:58:44 -04:00 committed by GitHub
parent b1480eb52f
commit 61b7002d26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ jobs:
# Only publish on non-special tags (e.g. non-beta) # Only publish on non-special tags (e.g. non-beta)
- name: Publish .deb to Gemfury - name: Publish .deb to Gemfury
if: ${{ steps.vars.outputs.tag_special == "" }} if: ${{ steps.vars.outputs.tag_special == '' }}
env: env:
GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }} GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}
run: | run: |