Skip to content

Commit

Permalink
Fix directory name in build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 7, 2024
1 parent cfefeac commit f578481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "PreVanced"
git clone https://prevanced:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/prevanced/backend
cd notification
cd backend
sed -E 's/v[0-9]+\.[0-9]+\.[0-9]+/${{ github.ref_name }}/g' Dockerfile > temp_Dockerfile
mv temp_Dockerfile Dockerfile
git add Dockerfile
Expand Down

0 comments on commit f578481

Please sign in to comment.