Skip to content

fix(publicAgent-view): fixed agent view when agent is public (#1042) #154

fix(publicAgent-view): fixed agent view when agent is public (#1042)

fix(publicAgent-view): fixed agent view when agent is public (#1042) #154

Workflow file for this run

name: semantic-release-versioning
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write # semantic-release still needs these
issues: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # semantic-release needs full history + tags
persist-credentials: false
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
working-directory: ./server
run: bun install
- name: Run semantic-release
working-directory: ./server
env:
HUSKY: 0
GITHUB_TOKEN: ${{ secrets.XYNE_GH_TOKEN }}
GH_TOKEN: ${{ secrets.XYNE_GH_TOKEN }}
run: bunx semantic-release --no-ci