Skip to content

Commit 687b923

Browse files
committed
Fix cache key creation for macos release
1 parent 53ba4d0 commit 687b923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
CACHE_KEY_PREFIX="mac-notifications"
7373
if [ "$GITHUB_EVENT_NAME" == "release" ]; then
74-
$CACHE_KEY_PREFIX="$CACHE_KEY_PREFIX-release"
74+
CACHE_KEY_PREFIX="$CACHE_KEY_PREFIX-release"
7575
fi
7676
echo "CACHE_KEY_PREFIX=$CACHE_KEY_PREFIX" >> "$GITHUB_ENV"
7777
- name: Cache macOS Notification App

0 commit comments

Comments
 (0)