Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Nov 13, 2023
1 parent 4c6cf3f commit 9fb51af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
readme:
name: Replace version in README.md
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: jacobtomlinson/gha-find-replace@v3
Expand All @@ -29,6 +31,8 @@ jobs:
replace: "${{ needs.version.outputs.version }}"
regex: true
include: "./README.md"
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4

release-build:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 9fb51af

Please sign in to comment.