Skip to content

Commit

Permalink
Fix actions-tagger arguments (#3808)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 3, 2023
1 parent 0576a83 commit 487fdfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
contents: write
steps:
- uses: Actions-R-Us/actions-tagger@latest
env:
GITHUB_TOKEN: "${{ github.token }}"
with:
token: "${{ github.token }}"
publish_latest_tag: true
pypi:
name: Publish to PyPI registry
environment: release
Expand Down

0 comments on commit 487fdfb

Please sign in to comment.