Skip to content

...gitversion is annoying :) #20

...gitversion is annoying :)

...gitversion is annoying :) #20

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/Checkout@v4
with:
submodules: 'true'
ref: ${{ github.ref }}
fetch-depth: 0
- name: Build Project with Dagger
uses: dagger/[email protected]
with:
version: "latest"
verb: call
args: build --git=. stdout
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}