Skip to content

fix: filter out loopback network interface #13

fix: filter out loopback network interface

fix: filter out loopback network interface #13

Workflow file for this run

name: Crates.io release
on:
push:
tags: "*"
jobs:
crates:
name: Release
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- name: Cargo publish
run: cargo publish --no-verify
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}