From 37fb97d46fb1638ffc4aa7f4492af3794a0e3954 Mon Sep 17 00:00:00 2001 From: Kamil Zabielski <50334623+limakzi@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:09:30 +0100 Subject: [PATCH] bump: Bump to v0.2.6 (#67) --- .github/workflows/release-page-update.yaml | 4 ++-- PackageInfo.g | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-page-update.yaml b/.github/workflows/release-page-update.yaml index d33f949..d26e93f 100644 --- a/.github/workflows/release-page-update.yaml +++ b/.github/workflows/release-page-update.yaml @@ -10,7 +10,7 @@ on: env: gap-branch: stable-4.13 - archive-file: ${{ github.repository }}-${{ github.ref_name }}.tar.gz + archive-file: ${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz jobs: assets-build: @@ -103,4 +103,4 @@ jobs: commit_message: '[${{ github.ref_name }}] - website update' repository: gh-pages branch: gh-pages - push_options: '--force' \ No newline at end of file + push_options: '--force' diff --git a/PackageInfo.g b/PackageInfo.g index df9c614..d8bbfba 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -18,7 +18,7 @@ Subtitle := "A fork of smallgrp package for small antiassociative magmas", ## See '?Extending: Version Numbers' in GAP help for an explanation ## of valid version numbers. For an automatic package distribution update ## you must provide a new version number even after small changes. -Version := "0.2.5", +Version := "0.2.6", ## Release date of the current version in dd/mm/yyyy format. Date := "28/08/2024",