Created
August 24, 2021 22:51
-
-
Save hbt/6df0edf8987336009df5ee7bf4e7db35 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for entry in "/tmp/tmp-1629844739"/* | |
do | |
cd $entry | |
git checkout origin/develop | |
git switch develop | |
sed -i 's/PREFIX: release_/PREFIX: v/g' .github/workflows/component_release.yml | |
git add .github/workflows/component_release.yml | |
git commit -m "fix composer tag release prefix" | |
git push | |
cd .. | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment