We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652b22e commit 5734099Copy full SHA for 5734099
1 file changed
.github/workflows/release.yml
@@ -1,3 +1,6 @@
1
+# This workflow is responsible for making releases of this GAP package,
2
+# and updating its website afterwards. For usage instructions, see
3
+# <https://github.com/gap-actions/release-pkg/>.
4
name: Release
5
6
on:
@@ -24,6 +27,8 @@ jobs:
24
27
steps:
25
28
- uses: actions/checkout@v6
26
29
- uses: gap-actions/setup-gap@v3
30
+ with:
31
+ gap-version: 'devel'
32
- uses: gap-actions/build-pkg-docs@v2
33
with:
34
use-latex: true
0 commit comments