Skip to main content
Glama
publish-preview-update.md1.52 kB
--- title: Publish preview updates with EAS Workflows sidebar_title: Publish preview updates description: Learn how to publish preview updates with EAS Workflows. hideTOC: true --- Once you've made changes to your project, you can share a preview of your changes with your team by publishing a [preview update](/review/share-previews-with-your-team/). This is useful when you want to review changes with your team without pulling the latest changes and running them locally. You can access preview updates in the development build UI and through scannable QR codes on the EAS dashboard. When publishing a preview on every commit, your team can review changes without pulling the latest changes and running them locally. ## Get started <Requirement number={1} title="Set up EAS Update"> Your project needs to have [EAS Update](/eas-update/introduction/) setup to publish preview updates. You can set up your project with: </Requirement> <Requirement number={2} title="Create new development builds"> After you've configured your project, create new [development builds](/develop/development-builds/create-a-build/) for each platform. </Requirement> The following workflow publishes a preview update for every commit on every branch. ```yaml .eas/workflows/publish-preview-update.yml name: Publish preview update on: push: branches: ['*'] jobs: publish_preview_update: name: Publish preview update type: update params: branch: ${{ github.ref_name || 'test' }} ```

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaksm/expo-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server