Skip to content

Commit

Permalink
CU-86a0k18cn - Neon-Dappkit: Setup auto-release to use `rush publish …
Browse files Browse the repository at this point in the history
…--commit` and Github Token to bump the versions and commit them
  • Loading branch information
Leonardo de Jesus Diz Conde committed Sep 11, 2023
1 parent eb7b406 commit 8e6a478
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8e6a478

Please sign in to comment.