Skip to content

Commit

Permalink
Check out the repository, so that the .git folder exists for the depl…
Browse files Browse the repository at this point in the history
…oy step
  • Loading branch information
dotherightthing committed Sep 20, 2020
1 parent d24b764 commit d3d2600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
# https://stackoverflow.com/a/58869470/6850747
# https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter
steps:
# check out the repository, so that the .git folder exists for the deploy step
- name: Checkout repo
uses: actions/checkout@v2

- name: Check Tag
id: check-tag
run: |
Expand Down

0 comments on commit d3d2600

Please sign in to comment.