From a17bbb73af8f5886aaa429c7906891e115bc58a4 Mon Sep 17 00:00:00 2001 From: Michael The Date: Sat, 23 Mar 2024 16:28:16 +0100 Subject: [PATCH] Replace tags from diepvries/X.X.X to vX.X.X --- .github/workflows/create-release.yml | 4 ++-- .github/workflows/pages-build-and-deploy.yml | 2 +- .github/workflows/pypi-build-and-deploy.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 731d06a..fb78014 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -4,7 +4,7 @@ name: create-release on: push: tags: - - diepvries/* + - 'v*' permissions: contents: write @@ -23,6 +23,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: diepvries ${{ github.ref }} draft: false prerelease: false diff --git a/.github/workflows/pages-build-and-deploy.yml b/.github/workflows/pages-build-and-deploy.yml index 3fc8f69..ef7ef61 100644 --- a/.github/workflows/pages-build-and-deploy.yml +++ b/.github/workflows/pages-build-and-deploy.yml @@ -4,7 +4,7 @@ name: pages-build-and-deploy on: push: tags: - - diepvries/* + - 'v*' jobs: deploy-github-pages: diff --git a/.github/workflows/pypi-build-and-deploy.yml b/.github/workflows/pypi-build-and-deploy.yml index 59c8a54..9f6d17c 100644 --- a/.github/workflows/pypi-build-and-deploy.yml +++ b/.github/workflows/pypi-build-and-deploy.yml @@ -4,7 +4,7 @@ name: pypi-build-and-deploy on: push: tags: - - diepvries/* + - 'v*' jobs: deploy-to-pypi: