We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3645305 + 56d1f37 commit 17d4e92Copy full SHA for 17d4e92
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
publish-module:
43
name: 'Publish Module to NPM on Node ${{ matrix.node }} and ${{ matrix.os }}'
44
needs: build
45
- if: github.repository == 'react-hook-form/resolvers' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
+ if: github.repository == 'react-hook-form/error-message' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
46
runs-on: ubuntu-latest
47
steps:
48
- name: Checkout repo
0 commit comments