Retract v0.0.22-alpha #34
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
# https://pkg.go.dev/about#adding-a-package | |
name: Document | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- name: pkgsite | |
# prompts pkgsite to scan repo for new tag | |
# curl will always return error code because 404 | |
run: curl https://proxy.golang.org/github.com/ipfreely-uk/go/@v/${{ github.ref_name }}.info || true |