Skip to content

Commit 191540a

Browse files
committed
move bun install
1 parent 2303b90 commit 191540a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ 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: bun install
56+
5557
- run: echo "versionTag=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")" >> $GITHUB_ENV
5658
working-directory: packages/react-native-device-activity
5759

58-
- run: bun install
59-
6060
- name: Setup NPM Authentication
6161
run: |
6262
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

0 commit comments

Comments
 (0)