Skip to content

Commit 17d4e92

Browse files
authored
Merge pull request #54 from react-hook-form/fix-semantic-release-config
fix: semantic-release config
2 parents 3645305 + 56d1f37 commit 17d4e92

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)