Skip to content

Commit 17c0cda

Browse files
committed
use tag name
1 parent fb878a3 commit 17c0cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
repo: context.repo.repo
4242
});
4343
}
44-
return release.data;
44+
return release.tag_name;
4545
4646
trigger-second-repo:
4747
needs: prepare-release-info
@@ -53,4 +53,4 @@ jobs:
5353
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5454
repository: reflex-dev/flexgen
5555
event-type: release
56-
client-payload: ${{ needs.prepare-release-info.outputs.release_info }}
56+
client-payload: {'release': ${{ needs.prepare-release-info.outputs.release_info }}}

0 commit comments

Comments
 (0)