Skip to content

Commit

Permalink
fix: fix semantic-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Mar 27, 2024
1 parent 0b57d54 commit 22b570f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/semantic-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Run Semantic Release
inputs:
GITHUB_TOKEN:
required: true
PYPI_TOKEN:
ANACONDA_TOKEN:
PYPI_TOKEN: {}
ANACONDA_TOKEN: {}
DRY_RUN:
default: "false"
outputs:
Expand Down

0 comments on commit 22b570f

Please sign in to comment.