Skip to content

Commit

Permalink
IPROTO-363 Fix README.md updater
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Oct 11, 2024
1 parent b28aa2e commit c1b17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Tag Release
run: |
sed -e "s/[0-9]\+\.[0-9]\+\.[0-9]\+\.Final/${{ github.even.inputs.version }}/g" README.md
sed -e "s/[0-9]\+\.[0-9]\+\.[0-9]\+\.Final/${{ github.event.inputs.version }}/g" README.md
git commit -a -m "Releasing ${{ github.event.inputs.version }}"
git tag ${{ github.event.inputs.version }}
Expand Down

0 comments on commit c1b17c8

Please sign in to comment.