Skip to content

Commit

Permalink
chore: checkout repo in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Nov 19, 2019
1 parent e7a0ff1 commit 22c5f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
needs: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Generate release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 22c5f8e

Please sign in to comment.