Skip to content

Commit 306d50e

Browse files
authored
Merge branch 'master' into fix-release
2 parents 3cb88e7 + 17d4e92 commit 306d50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
publish-module:
4343
name: 'Publish Module to NPM on Node ${{ matrix.node }} and ${{ matrix.os }}'
4444
needs: build
45-
if: github.repository == 'react-hook-form/resolvers' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
45+
if: github.repository == 'react-hook-form/error-message' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout repo

0 commit comments

Comments
 (0)