Skip to content

Commit fbe400f

Browse files
committed
trying a different approach
1 parent ab7c5a2 commit fbe400f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656

5757
- run: bun run nail-workspace-dependency-versions
5858

59-
- run: echo "versionTag=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")" >> $GITHUB_ENV
59+
- run: |
60+
VERSION=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")
61+
echo "versionTag=${VERSION}" >> $GITHUB_ENV
6062
working-directory: packages/react-native-device-activity
6163
6264
- name: Setup NPM Authentication

0 commit comments

Comments
 (0)