Skip to content

chore: update moon.yml to remove outputs from dev task (#87) #43

chore: update moon.yml to remove outputs from dev task (#87)

chore: update moon.yml to remove outputs from dev task (#87) #43

Workflow file for this run

name: Release Dev
on:
push:
branches:
- main
jobs:
release-dev:
name: Release Dev
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Dagger
uses: dagger/dagger-for-github@v8.2.0
with:
version: v0.20.6
verb: functions
workdir: ./etc/workflow-runtime
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24
- name: Install dependencies
run: yarn install
- run: ./etc/scripts/workflows/release-publish.ts
env:
MODE: dev
GH_TOKEN: ${{ secrets.GH_TOKEN_DEV }}