Skip to content

Commit

Permalink
fix the sed call
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jun 4, 2024
1 parent f2b09fd commit b110499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# this removes the :latest tag and replaces with versioned container
run: |
for i in src/harpy/snakefiles/*.smk; do
sed -i "s/harpy\:latest/harpy\:${{ github.ref }}/g" $i
sed -i "s/harpy\:latest/harpy\:${{ github.ref_name }}/g" $i
done
- name: Build project
# This builds the release tarball, stripped of unneccessary things
Expand Down

0 comments on commit b110499

Please sign in to comment.