Skip to content

Commit

Permalink
chore: use different sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t authored Aug 26, 2023
1 parent 9681a6e commit 0ba3bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Permissions
run: chmod 777 -R .
- name: Version
run: sed -i 's/##version##/${GITHUB_REF_NAME/v/}/g' rpmbuild/SPECS/acronis-mysql-scripts.spec
run: sed -i "s/##version##/${GITHUB_REF_NAME#v}/g" rpmbuild/SPECS/acronis-mysql-scripts.spec
- name: Build
run: docker run -v ${{ github.workspace }}:/srv -e RELEASE= sensson/rpmbuild:rockylinux-8
- name: Dependencies
Expand Down

0 comments on commit 0ba3bb9

Please sign in to comment.