Skip to content

Commit 0524d82

Browse files
committed
forwardport before publishing github release
1 parent 8b24c53 commit 0524d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/actions/publish_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
run(f"jupyter-releaser publish-assets {release_url}")
1313

1414
if release_url:
15-
run(f"jupyter-releaser publish-release {release_url}")
1615
run(f"jupyter-releaser forwardport-changelog {release_url}")
16+
run(f"jupyter-releaser publish-release {release_url}")

0 commit comments

Comments
 (0)