Skip to content

Commit b2541fe

Browse files
committed
release workflow: run .release script
1 parent 699f619 commit b2541fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- uses: gap-actions/build-pkg-docs@v2
2828
with:
2929
use-latex: true
30+
- name: Run .release script
31+
run: |
32+
./.release
3033
- uses: gap-actions/release-pkg@v1
3134
with:
3235
dry-run: ${{ inputs.dry-run }}

0 commit comments

Comments
 (0)