Skip to content

Commit

Permalink
Switch to commits instead of PRs for file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
natescherer committed Oct 25, 2022
1 parent 693f91f commit a87044f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ jobs:
with:
tag: v${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}
force_push_tag: true
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
- name: Commit Changes to Repo
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit-message: Update README and CHANGELOG
title: Update README and CHANGELOG
delete-branch: true
commit_message: Release v${{ steps.gitversion.outputs.SemVer }}
file_pattern: ":!test\\* :!test/*"
- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit a87044f

Please sign in to comment.