Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Oct 1, 2020
1 parent 674dc5c commit 36ebcde
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
runs-on: windows-latest

steps:
- name: Checkout
uses: actions/checkout@v2
if: ${{ env.validRelease }}
with:
fetch-depth: 0
- name: Is Release
run: echo ${{ env.validRelease }}
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# if: ${{ env.validRelease }}
# with:
# fetch-depth: 0

# - name:

Expand Down

0 comments on commit 36ebcde

Please sign in to comment.