We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d017e74 commit ba64eceCopy full SHA for ba64ece
.github/workflows/release.yml
@@ -94,4 +94,5 @@ jobs:
94
git tag
95
TAG=`git tag --sort=-v:refname|head -1`
96
echo selected tag: $TAG
97
- opam-publish --no-confirmation --tag=$TAG --packages-directory=${OPAM_SUITE:-released}/packages --repo=coq/opam --no-browser -v ${TAG##v} rocq-elpi.opam coq-elpi.opam https://github.com/LPCIC/coq-elpi/releases/download/$TAG/rocq-elpi-${TAG##v}.tar.gz
+ # do not use the new name of the repo, or you get a 404 using GH APIs
98
+ opam-publish --no-confirmation --tag=$TAG --packages-directory=${OPAM_SUITE:-released}/packages --repo=coq/opam-coq-archive --no-browser -v ${TAG##v} rocq-elpi.opam coq-elpi.opam https://github.com/LPCIC/coq-elpi/releases/download/$TAG/rocq-elpi-${TAG##v}.tar.gz
0 commit comments