From 66aa8c885bfc6bbc17ce44f50b93a3a6473acff7 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Mon, 5 Aug 2024 14:04:25 +0200 Subject: [PATCH] Hard-code version as temporary hack --- .github/workflows/bump.yaml | 3 ++- .github/workflows/release.yaml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index 85e8098f..8b45f3ce 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -70,7 +70,8 @@ jobs: # Commit, tag and push echo $NEW_VERSION git commit -a -m "bump: version $BASE_VERSION -> $NEW_VERSION" - git tag "v${NEW_VERSION}" + # git tag "v${NEW_VERSION}" + git tag "v6.5.16" git push && git push --tags # Bump to alpha (so that future commits do not have the same diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ca814d32..e9171779 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,8 +2,7 @@ name: Release on: push: - tags: - - '*' + tags: ['v*'] defaults: run: