Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ltatarev committed Jul 27, 2024
1 parent 2143e27 commit 00df98c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-react-native-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [created]

defaults:
run:
working-directory: ./packages/eslint-config-react-native
run:
working-directory: ./packages/eslint-config-react-native

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
- run: npm i

publish-gpr:
needs: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-react-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [created]

defaults:
run:
working-directory: ./packages/eslint-config-react
run:
working-directory: ./packages/eslint-config-react

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
- run: npm i

publish-gpr:
needs: build
Expand Down

0 comments on commit 00df98c

Please sign in to comment.