name: release-github-action on: push: branches: - dev paths: - "github/**" concurrency: ${{ github.workflow }}-${{ github.ref }} permissions: contents: write jobs: release: # kilocode_change start - disabled for kilo-cli fork (OpenCode GitHub Action release) if: false # kilocode_change end runs-on: depot-ubuntu-24.04-4 steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - run: git fetch --force --tags - name: Release run: | git config --global user.email "opencode@sst.dev" git config --global user.name "opencode" ./github/script/release