Skip to content

Commit f8a69aa

Browse files
committed
Update draft_new_release.yml
1 parent 535d600 commit f8a69aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/draft_new_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
PACKAGE_IDENTIFIER="com.ninxsoft.pkg.mist-cli"
4646
PACKAGE_TEMP="$RUNNER_TEMP/$PACKAGE_IDENTIFIER"
47-
PACKAGE_VERSION="$(.build/apple/Products/release/mist --version | head -n 1 | awk '{ print $$1 }')"
47+
PACKAGE_VERSION="$(.build/apple/Products/release/mist --version | head -n 1 | awk '{ print $1 }')"
4848
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> "$GITHUB_ENV"
4949
PACKAGE_FILENAME="mist-cli.$PACKAGE_VERSION.pkg"
5050
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)