Skip to content

feat: adds release command #370

feat: adds release command

feat: adds release command #370

Workflow file for this run

name: Dogfood
on:
push:
branches: [master]
tags: ['**']
pull_request:
permissions:
id-token: write
contents: write
packages: write
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
forge_version: local
secrets:
earthly_token: ${{ secrets.EARTHLY_TOKEN }}