Release 0.2.0 (#66) #10
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: release | |
on: | |
push: | |
tags: [ 'v*' ] | |
jobs: | |
godoc: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Wait 1 minute | |
# make sure that new the tag is available for pkg.go.dev | |
run: sleep 60 | |
- name: Update pkg.go.dev | |
run: curl https://proxy.golang.org/github.com/${{ github.repository }}/@v/${{ github.ref_name }}.info |