Skip to content

Commit

Permalink
ci: change sed syntax from bsd to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cvn committed Oct 30, 2023
1 parent 0158cbb commit 88a1ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set version number
run: sed -i '' "s/YYYY-MM-DD/$new_version/" static/Info.plist
run: sed -i "s/YYYY-MM-DD/$new_version/" static/Info.plist
- name: Build docset
run: docker compose up

Expand Down

0 comments on commit 88a1ddc

Please sign in to comment.