We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191540a commit 0ddfbe8Copy full SHA for 0ddfbe8
1 file changed
.github/workflows/npm-publish.yml
@@ -54,7 +54,7 @@ jobs:
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
+ - 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
60
- name: Setup NPM Authentication
0 commit comments