We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e91e8 commit 2303b90Copy full SHA for 2303b90
1 file changed
.github/workflows/npm-publish.yml
@@ -52,9 +52,8 @@ 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: npm version ${{ github.event.inputs.release_type }}
56
-
57
- run: echo "versionTag=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")" >> $GITHUB_ENV
+ working-directory: packages/react-native-device-activity
58
59
- run: bun install
60
0 commit comments