Skip to content

export Peer by connlist pkg (#209) #15

export Peer by connlist pkg (#209)

export Peer by connlist pkg (#209) #15

Workflow file for this run

name: Publish to pkg.go.dev
on:
push:
tags:
- v0.**
permissions:
contents: read
jobs:
publish_on_pkg_go_dev:
name: publish a new version in pkg.go.dev
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: 1.19
- name: Publish on pkg.go.dev
run: GOPROXY=proxy.golang.org go list -m github.com/np-guard/netpol-analyzer@${{ github.ref_name }}