Skip to content

Commit 95cba21

Browse files
authored
Merge pull request #8 from dunkmann00/notification-workflow
Fix cache key creation for macos release
2 parents 53ba4d0 + 687b923 commit 95cba21

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)