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 8960271 commit 19a9b34Copy full SHA for 19a9b34
.github/workflows/deploy.yml
@@ -1,11 +1,11 @@
1
-name: Deploy
+name: Deploy SDK
2
on:
3
release:
4
types:
5
- published
6
7
jobs:
8
- publish:
+ deploy:
9
env:
10
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
11
BW_USERNAME: ${{ secrets.BW_USERNAME }}
.github/workflows/test-smoke.yml
@@ -1,4 +1,4 @@
-name: Smoke Test
+name: Smoke Tests
schedule:
0 commit comments