Skip to content

Commit

Permalink
Merge pull request #11 from CityOfZion/CU-86a0k18cn
Browse files Browse the repository at this point in the history
CU-86a0k18cn - Neon-Dappkit: Setup auto-release to use `rush publish …
  • Loading branch information
melanke authored Sep 12, 2023
2 parents 53554a1 + 8e6a478 commit 56d08ce
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 56d08ce

Please sign in to comment.