Skip to content

Commit

Permalink
fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgraber committed Dec 15, 2022
1 parent 2ca6cb9 commit 313eb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
TWINE_USERNAME: __token__
# TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ # uncomment for testing
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: jupyter-server/jupyter-releaser/.github/actions/finalize-release@v2
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
target: ${{ github.event.inputs.target }}
Expand Down

0 comments on commit 313eb74

Please sign in to comment.