Skip to content

Commit

Permalink
Remove unnec commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjdr committed Sep 17, 2020
1 parent 13b0195 commit 26d2e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- run: |
- name: Commit new version
run: |
git config user.name github-actions
git config user.email github-actions@github.com
npm version $releaseVersion --allow-same-version
Expand All @@ -43,7 +44,6 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "Tag release $releaseVersion"
git push
- run: npm ci
Expand Down

0 comments on commit 26d2e7f

Please sign in to comment.