File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ More info visit: https://github.com/dineshgowda24/alfred-gcp-workflow</string>
262
262
<key >variablesdontexport </key >
263
263
<array />
264
264
<key >version </key >
265
- <string >v0 .0.1 </string >
265
+ <string >v1 .0.0-rc1 </string >
266
266
<key >webaddress </key >
267
267
<string >https://github.com/dineshgowda24/alfred-gcp-workflow </string >
268
268
</dict >
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ commit_version_update() {
42
42
if [[ " $SHOULD_COMMIT " == " y" || " $SHOULD_COMMIT " == " Y" ]]; then
43
43
bold " Committing and pushing changes..."
44
44
git add info.plist
45
- git commit -m " Release ${VERSION} " && git push origin master &
45
+ git commit -m " Release ${VERSION} " && git push origin main &
46
46
spinner $!
47
- green " ✔️ Committed and pushed to master ."
47
+ green " ✔️ Committed and pushed to main ."
48
48
else
49
49
yellow " ⚡ Skipped commit and push."
50
50
fi
You can’t perform that action at this time.
0 commit comments