Skip to content

wait for systemd tun device unit to be active before configuring dns … #387

wait for systemd tun device unit to be active before configuring dns …

wait for systemd tun device unit to be active before configuring dns … #387

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- name: Draft Release
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}