ci: fix package name

This commit is contained in:
Pavel Korytov 2022-08-28 16:38:00 +03:00
parent 135cb317b4
commit 5e08922b45

View file

@ -24,7 +24,7 @@ jobs:
env: env:
LOCAL_REPO: ${{ github.workspace }} LOCAL_REPO: ${{ github.workspace }}
# RECIPE is your recipe as written for MELPA: # RECIPE is your recipe as written for MELPA:
RECIPE: (org-journal-tags :repo "SqrtMinusOne/reverso" :fetcher github) RECIPE: (reverso :repo "SqrtMinusOne/reverso" :fetcher github)
# set this to false (or remove it) if the package isn't on MELPA: # set this to false (or remove it) if the package isn't on MELPA:
EXIST_OK: false EXIST_OK: false
run: echo $GITHUB_REF && make -C ~/melpazoid run: echo $GITHUB_REF && make -C ~/melpazoid