File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
5252 - run : git config user.name "$(git log -n 1 --pretty=format:%an)"
5353 - run : git config user.email "$(git log -n 1 --pretty=format:%ae)"
5454
55- - run : bun install
56-
57- - run : echo "versionTag=`npm version ${{ github.event.inputs.release_type }} -m "%s ${{ github.event.inputs.description }}"`" >> $GITHUB_ENV
55+ - run : npm version ${{ github.event.inputs.release_type }}
5856 working-directory : packages/react-native-device-activity
5957
58+ - run : bun install
59+
6060 - name : Setup NPM Authentication
6161 run : |
6262 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
6666
6767 - run : git push --follow-tags
6868 env :
69- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
70-
71- - name : Release
72- uses : softprops/action-gh-release@v1
73- with :
74- name : ${{ env.versionTag }} ${{ github.event.inputs.description }}
75- tag_name : ${{ env.versionTag }}
76- generate_release_notes : true
69+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments