Skip to content

Commit 48aecfd

Browse files
committed
Fix publish release workflow
1 parent 3865655 commit 48aecfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ jobs:
6161
uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
6262
with:
6363
token: ${{ steps.app-token.outputs.token }}
64-
steps_to_skip: "forwardport-changelog,publish-release"
65-
# no release_url as we only want to publish to npm
66-
release_url: ${{ steps.populate-release.outputs.release_url }}
64+
steps_to_skip: "forwardport-changelog,publish-release"
65+
release_url: ${{ steps.populate-release.outputs.release_url }}
6766

6867
- name: "** Next Step **"
6968
if: ${{ success() }}

0 commit comments

Comments
 (0)