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 d47e472 commit 5b8f234Copy full SHA for 5b8f234
.github/workflows/docker-action.yml
@@ -29,7 +29,7 @@ jobs:
29
- 'coqorg/coq:dev'
30
fail-fast: false
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
33
with:
34
submodules: recursive
35
- uses: coq-community/docker-coq-action@v1
Makefile
@@ -39,4 +39,4 @@ resources/index.md: meta.yml $(TEMPLATES)/index.md.mustache
39
40
publish%:
41
opam publish --packages-directory=released/packages \
42
- --repo=coq/opam-coq-archive --tag=v$* -v $* coq-community/coq-ext-lib
+ --repo=coq/opam --tag=v$* -v $* coq-community/coq-ext-lib
0 commit comments