Skip to content

Commit 0ba3bb9

Browse files
authored
chore: use different sed command
1 parent 9681a6e commit 0ba3bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Permissions
1616
run: chmod 777 -R .
1717
- name: Version
18-
run: sed -i 's/##version##/${GITHUB_REF_NAME/v/}/g' rpmbuild/SPECS/acronis-mysql-scripts.spec
18+
run: sed -i "s/##version##/${GITHUB_REF_NAME#v}/g" rpmbuild/SPECS/acronis-mysql-scripts.spec
1919
- name: Build
2020
run: docker run -v ${{ github.workspace }}:/srv -e RELEASE= sensson/rpmbuild:rockylinux-8
2121
- name: Dependencies

0 commit comments

Comments
 (0)