Sanity Library Reference Docs
    Preparing search index...

    Interface PublishReleaseAction

    Publishes all documents in a release at once.

    interface PublishReleaseAction {
        actionType: "sanity.action.release.publish";
        releaseId: string;
    }
    Index

    Properties

    actionType: "sanity.action.release.publish"
    releaseId: string