Skip to content

Commit 4f8a3f0

Browse files
committed
feat(mix): add release process
1 parent ecfe6ab commit 4f8a3f0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)