Skip to content

Commit 214b22d

Browse files
committed
fix workflow
1 parent 7575522 commit 214b22d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/build_publish_copy_app.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,10 @@ jobs:
4343
4444
- name: Login to platform
4545
run: |
46-
# if [[ ${{ inputs.is-staging }} == "true" ]]; then
47-
staging_param="--staging"
48-
# fi
49-
# token="${{ inputs.is-staging == 'true' && secrets.DX_STAGING_ROBOT_TOKEN || secrets.DX_PROD_RELEASE_TOKEN }}"
46+
staging_param="--staging"
5047
token="${{secrets.DX_STAGING_ROBOT_TOKEN}}"
51-
5248
dx login --token $token --noprojects $staging_param
5349
5450
- name: Build and publish 'dxCompiler Copy File' app
5551
run: |
56-
# if [[ ${{ inputs.publish-app }} == "true" ]]; then
57-
# publish_param="--publish"
58-
# fi
59-
60-
cd scripts/dxcompiler_copy
61-
dx build --app $publish_param dxwdl_copy
52+
dx build --app $publish_param scripts/dxcompiler_copy

0 commit comments

Comments
 (0)