From efa1fa832857a99c2d5ce7028699afbe0c48f4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= Date: Mon, 10 Apr 2023 00:32:20 +0200 Subject: [PATCH] CI: Rename halocli tag to halo-tools (#150) --- .github/workflows/prod_build_cli.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prod_build_cli.yml b/.github/workflows/prod_build_cli.yml index 9a07f2d..46bbc4b 100644 --- a/.github/workflows/prod_build_cli.yml +++ b/.github/workflows/prod_build_cli.yml @@ -1,13 +1,13 @@ -name: Release halocli tool +name: Release halo-tools on: push: tags: - - 'halocli-v*' + - 'halotools-v*' jobs: create_release: - name: Create halocli release + name: Create halo-tools release runs-on: ubuntu-latest steps: - name: Prepare version number @@ -51,7 +51,7 @@ jobs: - os: ubuntu-latest - os: windows-latest - os: macos-latest - name: Build halocli (${{ matrix.os }}) + name: Build halo-tools (${{ matrix.os }}) runs-on: ${{ matrix.os }} needs: create_release steps: @@ -146,7 +146,7 @@ jobs: out_name: halo-tools-win-x64.zip - os: macos-latest out_name: halo-tools-macos-x64.pkg - name: Sign halocli and release (${{ matrix.os }}) + name: Sign halo-tools and release (${{ matrix.os }}) runs-on: ${{ matrix.os }} needs: build_cli_tool steps: