Skip to content

Commit

Permalink
added checkout for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Dec 25, 2022
1 parent 1551e7e commit c755d3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -30,6 +30,8 @@ jobs:
needs: [build-backend, build-web, build-bot]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run playbook
uses: dawidd6/action-ansible-playbook@v2
with:
Expand Down

0 comments on commit c755d3b

Please sign in to comment.