Skip to content

Commit

Permalink
ci: add GH_TOKEN environment variables to semantic-release version co…
Browse files Browse the repository at this point in the history
…mmands
  • Loading branch information
Toilal committed Dec 14, 2023
1 parent 485d79e commit 6d7cee7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
- name: Bump version
run: semantic-release version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: python setup.py sdist bdist_wheel
Expand Down Expand Up @@ -140,6 +142,8 @@ jobs:
- name: Bump version
run: semantic-release version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Binary
run: pyinstaller --dist ./dist guessit.spec
Expand Down Expand Up @@ -181,6 +185,8 @@ jobs:
- name: Bump version
run: semantic-release version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Binary
run: pyinstaller --dist ./dist guessit.spec
Expand Down Expand Up @@ -221,6 +227,8 @@ jobs:
- name: Bump version
run: semantic-release version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Binary
run: pyinstaller --dist ./dist guessit.spec
Expand Down

0 comments on commit 6d7cee7

Please sign in to comment.