Skip to content

Commit 2802e76

Browse files
committed
chore: remove redundant working-directory from npm publish steps
The working-directory directive is no longer needed for npm version and publish commands as the package.json is now in the repository root.
1 parent 642183e commit 2802e76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,11 @@ jobs:
8989
registry-url: "https://registry.npmjs.org"
9090

9191
- name: Update package version
92-
working-directory: ./npm
9392
run: |
9493
VERSION=${GITHUB_REF#refs/tags/v}
9594
npm version $VERSION --no-git-tag-version --allow-same-version
9695
9796
- name: Publish to NPM
98-
working-directory: ./npm
9997
run: npm publish --access public --provenance
10098

10199

0 commit comments

Comments
 (0)