Skip to content

Commit

Permalink
Set exist_ok to false
Browse files Browse the repository at this point in the history
  • Loading branch information
licht1stein committed Apr 29, 2024
1 parent 10e8261 commit dc15369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
# RECIPE is your recipe as written for MELPA:
RECIPE: (context-transient :repo "licht1stein/context-transient" :fetcher github)
# set this to false (or remove it) if the package isn't on MELPA:
EXIST_OK: true
EXIST_OK: false
run: echo $GITHUB_REF && make -C ~/melpazoid

0 comments on commit dc15369

Please sign in to comment.