Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

llm docker

llm docker #1

Workflow file for this run

name: Release
on:
push:
tags:
- v[0-9]+.*
jobs:
create-release:
if: github.repository_owner == '0xnu'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: CHANGELOG.md
branch: main
token: ${{ secrets.OXNU_TOKEN }}