EndpointElem -> VPCResourceIntf (#222) #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@b4ffde65f46336ab88eb53be808477a3936bae11 | |
- name: Set up Go | |
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe | |
with: | |
go-version-file: ./go.mod | |
- name: Publish on pkg.go.dev | |
run: GOPROXY=proxy.golang.org go list -m github.com/np-guard/vpc-network-config-analyzer@${{ github.ref_name }} |