Skip to content

Commit c755d3b

Browse files
committed
added checkout for release
1 parent 1551e7e commit c755d3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
needs: [build-backend, build-web, build-bot]
3131
runs-on: ubuntu-latest
3232
steps:
33+
- name: Checkout
34+
uses: actions/checkout@v2
3335
- name: Run playbook
3436
uses: dawidd6/action-ansible-playbook@v2
3537
with:

0 commit comments

Comments
 (0)