Skip to content

Commit b9e9ae8

Browse files
authored
Merge pull request #660 from LPCIC/release-only-coq-elpi.opam
Update main.yml
2 parents 68e32cb + 52dd443 commit b9e9ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
git config --global user.name coqelpibot
105105
git config --global user.email [email protected]
106106
TAG=`git tag --sort=-v:refname|head -1`
107-
opam-publish --tag=$TAG --packages-directory=${OPAM_SUITE:-released}/packages --repo=coq/opam --no-browser -v ${TAG##v} https://github.com/LPCIC/coq-elpi/releases/download/$TAG/coq-elpi-${TAG##v}.tar.gz
107+
opam-publish --tag=$TAG --packages-directory=${OPAM_SUITE:-released}/packages --repo=coq/opam --no-browser -v ${TAG##v} coq-elpi.opam https://github.com/LPCIC/coq-elpi/releases/download/$TAG/coq-elpi-${TAG##v}.tar.gz

0 commit comments

Comments
 (0)