Skip to content

Commit

Permalink
fix: release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori committed Aug 1, 2022
1 parent 04155b1 commit 1043080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
npm run package
LAST_MESSAGE=$(git log -1 HEAD --pretty=format:%s)
git add --all
git diff --quiet && git diff --staged --quiet || git reset --soft HEAD~1 && git add --all && git commit -a -m $LAST_MESSAGE && git push --force
git diff --quiet && git diff --staged --quiet || git reset --soft HEAD~1 && git add --all && git commit -a -m "`$LAST_MESSAGE`" && git push --force
# do the release
- run: npx semantic-release --debug
env:
Expand Down

0 comments on commit 1043080

Please sign in to comment.