Skip to content

Commit

Permalink
Fix sed command (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored Jan 27, 2023
1 parent f74681a commit 9c9c18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_rockspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Push release rockspec
run: |
sed \
-e "s/branch = '.\+'/tag = '${GIT_TAG}'/g" \
-e "s/version = '.\+'/version = '${GIT_TAG}-1'/g" \
-e "s/branch = \".\+\"/tag = '${GIT_TAG}'/g" \
-e "s/version = \".\+\"/version = '${GIT_TAG}-1'/g" \
${{ env.ROCK_NAME }}-scm-1.rockspec > ${{ env.ROCK_NAME }}-${GIT_TAG}-1.rockspec
- uses: tarantool/rocks.tarantool.org/github-action@master
Expand Down

0 comments on commit 9c9c18c

Please sign in to comment.