Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CU-86a0k18cn - Neon-Dappkit: Setup auto-release to use `rush publish … #11

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Config Git Properties
run: |
git config --global user.email ${{ secrets.EMAIL }}
git config --global user.name ${{ secrets.AUTO_PUSH_NAME }}
git config --global user.email [email protected]
git config --global user.name github-actions
- name: Install RushJS
run: npm install -g @microsoft/rush
- name: Verify Change Logs
Expand Down