|
32 | 32 | git config --global user.email "support@phrase.com" |
33 | 33 | git config --global user.name "Phrase" |
34 | 34 | git add . |
35 | | - git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}" |
| 35 | + git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}" |
36 | 36 | PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md) |
37 | 37 | git tag -a v$PACKAGE_VERSION -m v$PACKAGE_VERSION || true |
38 | 38 | git push --tags origin master |
|
68 | 68 | git config --global user.email "support@phrase.com" |
69 | 69 | git config --global user.name "Phrase" |
70 | 70 | git add . |
71 | | - git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}" |
| 71 | + git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}" |
72 | 72 | PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md) |
73 | 73 | git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true |
74 | 74 | git push --tags origin master |
|
99 | 99 | git config --global user.email "support@phrase.com" |
100 | 100 | git config --global user.name "Phrase" |
101 | 101 | git add . |
102 | | - git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}" |
| 102 | + git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}" |
103 | 103 | PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md) |
104 | 104 | git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true |
105 | 105 | git push --tags origin master |
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | git config --global user.email "support@phrase.com" |
131 | 131 | git config --global user.name "Phrase" |
132 | 132 | git add . |
133 | | - git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}" |
| 133 | + git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}" |
134 | 134 | PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md) |
135 | 135 | git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true |
136 | 136 | git push --tags origin master |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | git config --global user.email "support@phrase.com" |
162 | 162 | git config --global user.name "Phrase" |
163 | 163 | git add . |
164 | | - git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}" |
| 164 | + git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}" |
165 | 165 | PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md) |
166 | 166 | git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true |
167 | 167 | git push --tags origin master |
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | git config --global user.email "support@phrase.com" |
193 | 193 | git config --global user.name "Phrase" |
194 | 194 | git add . |
195 | | - git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}" |
| 195 | + git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}" |
196 | 196 | PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md) |
197 | 197 | git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true |
198 | 198 | git push --tags origin master |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | git config --global user.email "support@phrase.com" |
224 | 224 | git config --global user.name "Phrase" |
225 | 225 | git add . |
226 | | - git commit --message "Deploying from phrase/openapi@${GITHUB_SHA::8}" |
| 226 | + git commit --message "Deploying from phrase/strings-openapi@${GITHUB_SHA::8}" |
227 | 227 | PACKAGE_VERSION=$(awk '/- Package version:/{print $NF}' README.md) |
228 | 228 | git tag -a $PACKAGE_VERSION -m $PACKAGE_VERSION || true |
229 | 229 | git push --tags origin master |
|
0 commit comments