Skip to content

Commit 3865655

Browse files
committed
Fix publishing to github
1 parent 2a81e64 commit 3865655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
token: ${{ steps.app-token.outputs.token }}
6464
steps_to_skip: "forwardport-changelog,publish-release"
6565
# no release_url as we only want to publish to npm
66-
# release_url: ${{ steps.populate-release.outputs.release_url }}
66+
release_url: ${{ steps.populate-release.outputs.release_url }}
6767

6868
- name: "** Next Step **"
6969
if: ${{ success() }}

0 commit comments

Comments
 (0)