Skip to content

Commit

Permalink
ci: adding in cargo.toml version in auto git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
scottc943 committed Jan 30, 2024
1 parent 31837eb commit 208bdad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: auto commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[skip ci] Automated Change"
commit_message: "[skip ci] update Cargo.toml to ${{ steps.version-bump.outputs.new_tag }}"
branch: update-from-${{ github.sha }}
# create PR using GitHub CLI
- name: create PR with update info
Expand All @@ -56,7 +56,6 @@ jobs:
run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch
env:
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}

- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 208bdad

Please sign in to comment.