Skip to content

Commit

Permalink
fix: set manifest.reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Apr 17, 2024
1 parent 4c58454 commit 1480cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion write-feed/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const run = async ({
const manifest = await bee.createFeedManifest(postageBatchId, 'sequence', topic, signerToAddress(signer))

core.setOutput('reference', response)
core.setOutput('manifest', manifest)
core.setOutput('manifest', manifest.reference)
}

const main = async (): Promise<void> => {
Expand Down

0 comments on commit 1480cfc

Please sign in to comment.