Skip to content

Commit

Permalink
chore(ci): add release id to workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch authored and JohnVillalovos committed Nov 3, 2023
1 parent b1b2edf commit 9270e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.3.0
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
Expand Down

0 comments on commit 9270e10

Please sign in to comment.