We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0a137 commit a99353dCopy full SHA for a99353d
.github/workflows/basics.yml
@@ -42,7 +42,7 @@ jobs:
42
- run: yarn tsc -p .
43
44
- name: Store in buildtracker
45
- run: yarn bt-cli upload-build
+ run: yarn bt-cli -vv upload-build
46
env:
47
# https://buildtracker.dev/docs/guides/github-actions#configuration
48
BT_API_AUTH_TOKEN: ${{ secrets.BT_API_AUTH_TOKEN }}
0 commit comments