Skip to content

Commit

Permalink
update npmjs.yml for github actions (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Feb 11, 2021
1 parent d5beb77 commit a33d88b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:
sudo npm install -g auto-changelog
auto-changelog --version
auto-changelog --template .github/workflows/changelog-template.hbs
sync
sed -i -e "s#&lt;#<#g" CHANGELOG.md
sed -i -e "s#&gt;#>#g" CHANGELOG.md
ls -al
sync
sync
cat CHANGELOG.md
- name: publish
run: npm publish
env:
Expand Down

0 comments on commit a33d88b

Please sign in to comment.