Skip to content

Commit

Permalink
fix: release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori committed Aug 1, 2022
1 parent fd0b570 commit edee887
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
Expand All @@ -20,8 +22,8 @@ jobs:
- run: npm install --no-save semantic-release-plugin-github-breaking-version-tag
# configure git to push commit back to release branch with build
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name "Evan Bonsignori"
git config user.email "evanabonsignori@gmail.com"
LAST_MESSAGE=$(git log -1 HEAD --pretty=format:%s)
git reset --soft HEAD~1
Expand Down

0 comments on commit edee887

Please sign in to comment.