Skip to content

Commit

Permalink
Minor linting update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-bagterp committed Nov 2, 2024
1 parent 87898ec commit 35d0286
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 @@ -68,7 +68,7 @@ jobs:

- name: Update version in README.md
run: |
sed -i "s/v=${{ env.FORMULA_PREVIOUS_VERSION }}/v=${{ env.FORMULA_NEW_VERSION }}/" README.md
sed -i "s/v=${{ env.FORMULA_PREVIOUS_VERSION }}/v=${{ env.FORMULA_NEW_VERSION }}/" README.md
- name: Commit README.md update
run: |
Expand Down

0 comments on commit 35d0286

Please sign in to comment.