Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ipfreely-uk committed Apr 21, 2024
1 parent 5bfc96d commit ef15ddf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: pkgsite
run: curl https://proxy.golang.org/github.com/ipfreely-uk/go/@v/${{ github.ref_name }}.info
# 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
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract (
[v0.0.0-alpha, v0.0.5-alpha] // old alpha builds
)

0 comments on commit ef15ddf

Please sign in to comment.