From 55a64b3e1593ae49e277fa36d674a906588595d3 Mon Sep 17 00:00:00 2001 From: Patryk Mikulski Date: Sun, 21 Apr 2024 13:48:35 +0200 Subject: [PATCH] chore: pipeline --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77b09d3..7611281 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: pip install poetry poetry install - name: Semantic Release - run: poetry run semantic-release publish --debug + run: poetry run semantic-release publish env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} #PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}