Skip to content

Move to "iproute" from "network-ip" for the "inet" datatype #18

Move to "iproute" from "network-ip" for the "inet" datatype

Move to "iproute" from "network-ip" for the "inet" datatype #18

on:
push:
branches:
- supermajor
- major
- minor
- patch
concurrency:
group: release
cancel-in-progress: false
jobs:
format:
uses: ./.github/workflows/format.yaml
secrets: inherit
check:
uses: ./.github/workflows/check.yaml
secrets: inherit
release:
needs:
- format
- check
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/release.yaml@v3
secrets: inherit
with:
prefix-tag-with-v: false