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 2c29636 commit 5214822Copy full SHA for 5214822
.github/workflows/release.yml
@@ -94,4 +94,4 @@ jobs:
94
TAG=`git tag --sort=-v:refname|head -1`
95
echo selected tag: $TAG
96
# do not use the new name of the repo, or you get a 404 using GH APIs
97
- 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
+ GITHUB_DEBUG=1 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