From 2e618e022df08a6a8e244d24f13e2fec58e2b409 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 19 Aug 2024 18:55:36 +0200 Subject: [PATCH] fix typo in action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f572735fed..dafaea7c50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -286,7 +286,7 @@ jobs: password: ${{ secrets.PYPI_API_TOKEN }} skip_existing: true - name: Set locust version tag - run: echo "TAG=$(poetry version -s | cut -d '.' -f1-3)" | | tee -a $GITHUB_ENV + run: echo "TAG=$(poetry version -s | cut -d '.' -f1-3)" | tee -a $GITHUB_ENV - uses: borales/actions-yarn@v5 name: Publish package on NPM with: