Skip to content

Commit

Permalink
Add checkout to cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jhampson-dbre committed Dec 25, 2020
1 parent 041e627 commit 2bac301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Bump version and push tag
id: tag_version
Expand Down

0 comments on commit 2bac301

Please sign in to comment.