Skip to content

Commit

Permalink
Also checkout in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-c committed Oct 18, 2019
1 parent b06c9e8 commit b098145
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
needs: build

steps:
- name: Checkout code
uses: actions/checkout@v1
with:
fetch-depth: 1

- name: Get Time
id: time
uses: ./.github/actions/get-time
Expand Down

0 comments on commit b098145

Please sign in to comment.