Skip to content

Commit

Permalink
ci: rename some GitHub build workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredReisinger committed Jan 3, 2022
1 parent 5bfae12 commit 09825c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: npm run build

- if: ${{ github.event_name == 'push' && startsWith(matrix.node-version, '14.') }}
name: Publish code coverage
uses: codecov/codecov-action@v2
# with:
# verbose: true
Expand All @@ -43,6 +44,7 @@ jobs:
run: npx semantic-release

- if: ${{ github.event_name == 'push' && github.ref_name == 'main' && startsWith(matrix.node-version, '14.') }}
name: Publish styleguide
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 09825c2

Please sign in to comment.