Skip to content

Commit 5492259

Browse files
committed
remove potential newline
1 parent fbe400f commit 5492259

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
@@ -57,7 +57,7 @@ jobs:
5757
- run: bun run nail-workspace-dependency-versions
5858

5959
- run: |
60-
VERSION=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")
60+
VERSION=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}" | tr -d '\n')
6161
echo "versionTag=${VERSION}" >> $GITHUB_ENV
6262
working-directory: packages/react-native-device-activity
6363

0 commit comments

Comments
 (0)