Skip to content

Commit

Permalink
feat: remove changelog update step from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Dec 27, 2021
1 parent 6adbd7c commit 7aa0b79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ jobs:
env:
NODE_AUTH_TOKEN: NPM_AUTH_TOKEN

- name: Update changelog
uses: thomaseizinger/[email protected]
with:
version: ${{steps.package-version.outputs.current-version}}

- name: Push git tag and updated package.json
run: |
git commit --amend --no-edit
Expand Down

0 comments on commit 7aa0b79

Please sign in to comment.