Skip to content

Commit 2303b90

Browse files
committed
fix working-directory
1 parent 28e91e8 commit 2303b90

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
- run: git config user.name "$(git log -n 1 --pretty=format:%an)"
5353
- run: git config user.email "$(git log -n 1 --pretty=format:%ae)"
5454

55-
- run: npm version ${{ github.event.inputs.release_type }}
56-
5755
- run: echo "versionTag=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")" >> $GITHUB_ENV
56+
working-directory: packages/react-native-device-activity
5857

5958
- run: bun install
6059

0 commit comments

Comments
 (0)