File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ jobs:
3939 - name : Copy README
4040 run : cp README.md libs/react-plock/dist/
4141
42- # - name: Manual Release
43- # env:
44- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45- # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46- # VERSION: ${{ inputs.version }}
47- # run: |
48- # git config --global user.email "github-actions[bot]@users.noreply.github.com"
49- # git config --global user.name "github-actions[bot]"
50- # npm version $VERSION
51- # pnpm --filter react-plock publish
42+ - name : Manual Release
43+ env :
44+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
46+ VERSION : ${{ inputs.version }}
47+ run : |
48+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
49+ git config --global user.name "github-actions[bot]"
50+ npm version $VERSION
51+ pnpm --filter react-plock publish
5252
5353 - name : Generate Changelog
5454 id : changelog
You can’t perform that action at this time.
0 commit comments