mirror of
https://github.com/tcgdex/compiler.git
synced 2025-07-29 23:49:50 +00:00
Put back the different cases
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
16
.github/workflows/node.js.yml
vendored
16
.github/workflows/node.js.yml
vendored
@ -69,11 +69,11 @@ jobs:
|
||||
directory: ./dist
|
||||
repository: tcgdex/distribution
|
||||
|
||||
- name: Upload
|
||||
run: yarn upload
|
||||
if: ${{ steps.commit.outcome == 'success' && (github.event_name == 'push' || github.event_name == 'repository_dispatch') }}
|
||||
env:
|
||||
UPLOAD_REMOTE: ${{ secrets.UPLOAD_REMOTE }}
|
||||
UPLOAD_DIST: ${{ secrets.UPLOAD_DIST }}
|
||||
UPLOAD_USERNAME: ${{ secrets.UPLOAD_USERNAME }}
|
||||
UPLOAD_PASSWORD: ${{ secrets.UPLOAD_PASSWORD }}
|
||||
# - name: Upload
|
||||
# run: yarn upload
|
||||
# if: ${{ steps.commit.outcome == 'success' && (github.event_name == 'push' || github.event_name == 'repository_dispatch') }}
|
||||
# env:
|
||||
# UPLOAD_REMOTE: ${{ secrets.UPLOAD_REMOTE }}
|
||||
# UPLOAD_DIST: ${{ secrets.UPLOAD_DIST }}
|
||||
# UPLOAD_USERNAME: ${{ secrets.UPLOAD_USERNAME }}
|
||||
# UPLOAD_PASSWORD: ${{ secrets.UPLOAD_PASSWORD }}
|
||||
|
Reference in New Issue
Block a user