You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,11 @@ concurrency:
13
13
cancel-in-progress: true
14
14
15
15
jobs:
16
+
test:
17
+
uses: ./.github/workflows/test.yml
18
+
16
19
docker:
20
+
needs: test
17
21
runs-on: ubuntu-latest
18
22
steps:
19
23
- name: Checkout
@@ -97,6 +101,7 @@ jobs:
97
101
args: "<@&1128857090090340382> New Release: {{ EVENT_PAYLOAD.repository.full_name }} v${{ steps.package-version.outputs.current-version }} has been deployed. Here are the changes: https://github.com/{{ EVENT_PAYLOAD.repository.full_name }}/releases/tag/${{ steps.package-version.outputs.current-version }}"
0 commit comments