Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori committed Aug 1, 2022
1 parent d390ccc commit 40db739
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ jobs:
- run: |
git config user.name "Evan Bonsignori"
git config user.email "[email protected]"
LAST_MESSAGE=$(git log -1 HEAD --pretty=format:%s)
git reset --soft HEAD~1
npm run package
git add --all
git diff --quiet && git diff --staged --quiet || git commit -a -m "$LAST_MESSAGE" && git push --force
# do the release
- run: npx semantic-release --debug
env:
Expand Down

0 comments on commit 40db739

Please sign in to comment.