Skip to content

Commit

Permalink
consolidate
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdeggen committed Apr 4, 2024
1 parent 9e93476 commit 60e5be1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ jobs:
run: npm install
- name: Test
run: npm run test
- name: Configure Git
run: |
git config --local user.email "support@bsvblockchain.org"
git config --local user.name "Automated Version Bump"
- name: Version
run: npm version patch
- name: Version Bump
run: |
git config --local user.email "support@bsvblockchain.org"
git config --local user.name "Automated Version Bump"
npm version patch
env:
NODE_AUTH_TOKEN: ${{ secrets.BSV_NPM_TOKEN }}
- name: Publish to NPM
Expand Down

0 comments on commit 60e5be1

Please sign in to comment.