Skip to content

Commit

Permalink
Merge pull request #3 from reactivemarbles/glennawatson-patch-3
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
glennawatson committed Oct 1, 2020
2 parents 866fe38 + a23e306 commit 89ba252
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- name: Is Release
run: echo ${{ env.validRelease }}

- name: Test
if: ${{ env.validRelease }}
run: Echo "hello world"
# steps:
# - name: Checkout
# uses: actions/checkout@v2
Expand Down

0 comments on commit 89ba252

Please sign in to comment.