Skip to content

Commit 5734099

Browse files
committed
Update release workflow
1 parent 652b22e commit 5734099

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/>.
14
name: Release
25

36
on:
@@ -24,6 +27,8 @@ jobs:
2427
steps:
2528
- uses: actions/checkout@v6
2629
- uses: gap-actions/setup-gap@v3
30+
with:
31+
gap-version: 'devel'
2732
- uses: gap-actions/build-pkg-docs@v2
2833
with:
2934
use-latex: true

0 commit comments

Comments
 (0)