Skip to content

Commit

Permalink
Another workflow fix (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 3, 2022
1 parent fa7d817 commit aa1abbf
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 @@ -46,7 +46,7 @@ jobs:
PYPI_TOKEN_MAP: ${{ secrets.PYPI_TOKEN_MAP }}
TWINE_USERNAME: __token__
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: jupyter-releaser/.github/actions/finalize-release@main
uses: jupyter-server/jupyter-releaser/.github/actions/finalize-release@main
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
target: ${{ github.event.inputs.target }}
Expand Down

0 comments on commit aa1abbf

Please sign in to comment.