From a95aa403a295ca33aef9b01f7ad94b6b1390dbe7 Mon Sep 17 00:00:00 2001 From: Tate Thurston Date: Sun, 12 Jan 2025 15:29:44 -0800 Subject: [PATCH] fix gh publish (#18) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 92f795a..1c460ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,5 +9,5 @@ jobs: steps: - uses: tatethurston/github-actions/publish@main with: - package_directory: eslint-plugin-react-prefer-function-component + package_directory: packages/eslint-plugin-react-prefer-function-component npm_token: ${{ secrets.NPM_TOKEN }}