From c05b31c46672091b6c51b97ece61c9acf2fae1ea Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Thu, 14 Nov 2024 09:42:44 -0500 Subject: [PATCH] fix: update ci env --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b766754..1185d5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,8 +88,8 @@ jobs: - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.14.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@v1.12.2