Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Version Packages (#560) #458

Version Packages (#560)

Version Packages (#560) #458

Workflow file for this run

name: Prerelease
on:
push:
branches:
- main
jobs:
prerelease:
if: ${{ github.repository_owner == 'cloudflare' }}
timeout-minutes: 5
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- name: Modify package.json version
run: npx tsx .github/version-script.ts
- name: Resolve workspace dependencies
run: npx tsx .github/resolve-workspace-versions.ts
- run: npm run build
- run: npm run check
- run: CI=true npm run test
- run: npm publish --tag beta
env:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
working-directory: packages/agents
- run: npm publish --tag beta
env:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
working-directory: packages/hono-agents
Morty Proxy This is a proxified and sanitized view of the page, visit original site.