Skip to content

Commit

Permalink
Build angular instead of react package for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
b12f committed Jul 18, 2023
1 parent aa68cd0 commit 008211c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
- name: Test
run: yarn test

octicons_react:
name: 'npm:@openproject/octicons-react'
octicons_angular:
name: 'npm:@openproject/octicons-angular'
needs: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./lib/octicons_react
working-directory: ./lib/octicons_angular
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create release pull request or publish to npm
id: changesets
uses: changesets/action@master
uses: changesets/action@v1
with:
title: Release Tracking
version: yarn changeset:version
Expand Down

0 comments on commit 008211c

Please sign in to comment.