Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Checking out the repo helps
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Dec 5, 2019
1 parent 5d7b9ce commit a4083ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [ubuntu-latest]
fail-fast: false
steps:
# # Setup
# - uses: actions/checkout@v1
# Setup
- uses: actions/checkout@v1
# - name: Use Node.js 12.x
# uses: actions/setup-node@v1
# with:
Expand Down

0 comments on commit a4083ba

Please sign in to comment.