Skip to content

Commit

Permalink
ci: fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
beliven-fabrizio-gortani committed Dec 29, 2024
1 parent c6e8c23 commit 54eab29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Update script version
run: |
TAG=${GITHUB_REF#refs/tags/}
sed -i "s/^VERSION=\".*\"/VERSION=\"$TAG\"/" laravel-sync
sed -i '' "s/^VERSION=\".*\"/VERSION=\"$TAG\"/" laravel-sync
- name: Push the version hardcoded
run: |
Expand Down

0 comments on commit 54eab29

Please sign in to comment.