Skip to content

Commit

Permalink
refactor: remove npm-version from action
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Feb 25, 2021
1 parent 6c47981 commit 903d5d7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/bumpandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
tag_prefix: v
dry_run: true

- name: Set npm package version
uses: reedyuk/npm-version@1.0.1
with:
version: ${{ steps.tag_version.outputs.new_version }}

- name: Commit & push version bumping on package*.json
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: master
file_pattern: package*.json
commit_message: 'chore(release): Automated version bumping to ${{ steps.tag_version.outputs.new_tag }}'
commit_user_name: GitHub Actions
commit_user_email: actions@github.com
# - name: Set npm package version
# uses: reedyuk/npm-version@1.0.1
# with:
# version: ${{ steps.tag_version.outputs.new_version }}
#
# - name: Commit & push version bumping on package*.json
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# branch: master
# file_pattern: package*.json
# commit_message: 'chore(release): Automated version bumping to ${{ steps.tag_version.outputs.new_tag }}'
# commit_user_name: GitHub Actions
# commit_user_email: actions@github.com

- name: Get updated commit SHA
run: |
Expand Down

0 comments on commit 903d5d7

Please # to comment.