We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7c5a2 commit fbe400fCopy full SHA for fbe400f
1 file changed
.github/workflows/npm-publish.yml
@@ -56,7 +56,9 @@ jobs:
56
57
- run: bun run nail-workspace-dependency-versions
58
59
- - run: echo "versionTag=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")" >> $GITHUB_ENV
+ - run: |
60
+ VERSION=$(npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}")
61
+ echo "versionTag=${VERSION}" >> $GITHUB_ENV
62
working-directory: packages/react-native-device-activity
63
64
- name: Setup NPM Authentication
0 commit comments