Skip to content

Commit ed12bea

Browse files
committed
Release v1.0.0-rc2
1 parent 90ff792 commit ed12bea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ More info visit: https://github.com/dineshgowda24/alfred-gcp-workflow</string>
262262
<key>variablesdontexport</key>
263263
<array/>
264264
<key>version</key>
265-
<string>v1.0.0-rc1</string>
265+
<string>v1.0.0-rc2</string>
266266
<key>webaddress</key>
267267
<string>https://github.com/dineshgowda24/alfred-gcp-workflow</string>
268268
</dict>

tools/release.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
set -euo pipefail
33

44
RELEASE_DIR="$(pwd)/release/"
5-
PKG_DIR="$(pwd)"
6-
PACKAGE_NAME="$PKG_DIR/alfred-gcp-workflow.alfredworkflow"
5+
PACKAGE_NAME="alfred-gcp-workflow.alfredworkflow"
76
BUNDLE_ID="com.dineshchikkanna.alfred.gcp"
87

98
bold() { echo -e "\033[1m$1\033[0m"; }
@@ -120,7 +119,7 @@ code_sign() {
120119
fi
121120

122121
green "✔️ Code signed successfully."
123-
cd "$PKG_DIR" || exit 1
122+
cd - || exit 1
124123
}
125124

126125
package_workflow() {

0 commit comments

Comments
 (0)