Skip to content

Commit

Permalink
Fix deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero committed Jan 17, 2023
1 parent edc22b6 commit 94d230a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
prerelease: false

- name: Update README
uses: actions/checkout@v3
run: |
sed -i 's/${{ github.event.inputs.previousVersion }}/${{ github.event.inputs.newVersion }}/g' README.md
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 94d230a

Please sign in to comment.