Skip to content

Commit

Permalink
Update /Users/aadsm/Projects/jschardet/scripts/../.github/workflows/
Browse files Browse the repository at this point in the history
  • Loading branch information
aadsm committed Mar 19, 2024
1 parent cb2e9ce commit 3a1bbe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# ref: github-workflows
ref: main
fetch-depth: 0
fetch-tags: true
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
echo "" >> "$CHANGELOG"
./scripts/show-size-changes.sh dist/*
./scripts/show-size-changes.sh dist/* >> "$CHANGELOG"
cat "$CHANGELOG"
git commit --amend -F "$CHANGELOG"
git show -s --format=%B
- name: Push new version
Expand Down

0 comments on commit 3a1bbe7

Please sign in to comment.