diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd8496e..847ff4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -110,6 +110,8 @@ jobs: git add package.json package-lock.json pyproject.toml git commit -m "⬆ Upgrade package version files" git push origin HEAD:master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} releasing: name: Publish release