We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2303b90 commit 191540aCopy full SHA for 191540a
1 file changed
.github/workflows/npm-publish.yml
@@ -52,11 +52,11 @@ jobs:
52
- run: git config user.name "$(git log -n 1 --pretty=format:%an)"
53
- run: git config user.email "$(git log -n 1 --pretty=format:%ae)"
54
55
+ - run: bun install
56
+
57
- run: echo "versionTag=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")" >> $GITHUB_ENV
58
working-directory: packages/react-native-device-activity
59
- - run: bun install
-
60
- name: Setup NPM Authentication
61
run: |
62
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
0 commit comments