Skip to content

Commit

Permalink
fix: fix pls????
Browse files Browse the repository at this point in the history
  • Loading branch information
Proximitynow19 committed Jun 15, 2021
1 parent b51ddce commit e9f9f59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
os: [ubuntu-latest]
node-version: [10.x, 12.x, 14.x, 15.x]
os: [ubuntu-latest, windows-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -31,7 +31,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: ${{ github.ref == 'ref/heads/stable' }}
if: ${{ github.ref == 'refs/heads/stable' }}
needs: [quality]
steps:
- uses: actions/checkout@v2
Expand All @@ -40,6 +40,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run docs --if-present
- run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit e9f9f59

Please sign in to comment.