Skip to content

Commit

Permalink
Version bump (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Thomas Burke <[email protected]>
  • Loading branch information
seantomburke and seantomburke authored Nov 4, 2020
1 parent e65211e commit fd47bf3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm test
run: |
npm test
env:
CI: true
- name: update cache
run: |
npm run cache
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git diff-index --quiet HEAD || git commit -m "updating cache"
git push
- name: bump version
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit fd47bf3

Please sign in to comment.