Skip to content

Commit 0ddfbe8

Browse files
committed
revert
1 parent 191540a commit 0ddfbe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- run: bun install
5656

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

6060
- name: Setup NPM Authentication

0 commit comments

Comments
 (0)