Skip to content

added TransportFromProtocolSets funcs (#92) #17

added TransportFromProtocolSets funcs (#92)

added TransportFromProtocolSets funcs (#92) #17

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
with:
go-version-file: ./go.mod
- name: Publish on pkg.go.dev
run: GOPROXY=proxy.golang.org go list -m github.com/np-guard/models@${{ github.ref_name }}