Skip to content

Commit

Permalink
fix #72 push changes to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Sep 12, 2020
1 parent 5ccb60c commit 8074c08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,12 @@ jobs:
- id: version-update
name: Update Release Version
run: sed -i -- 's/${{ needs.prepare.outputs.previous_version }}/${{ needs.prepare.outputs.release_version }}/g' build/copr/ilo.spec
- name: Commit changes
uses: EndBug/add-and-commit@v4
with:
author_name: "Sebastian Hoß"
author_email: sebhoss@pm.me
message: "Update ilo.spec for latest release"
add: "build/copr/ilo.spec"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8074c08

Please sign in to comment.