Skip to content

Bump Avalonia.Xaml.Interactions.Events from 11.2.0.7 to 11.2.0.8 in /src #107

Bump Avalonia.Xaml.Interactions.Events from 11.2.0.7 to 11.2.0.8 in /src

Bump Avalonia.Xaml.Interactions.Events from 11.2.0.7 to 11.2.0.8 in /src #107

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-tags: true
- name: Build
uses: dagger/dagger-for-github@v7.0.4
with:
version: "latest"
verb: call
args: build
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}