Skip to content

Commit

Permalink
chore: Update go package name
Browse files Browse the repository at this point in the history
  • Loading branch information
germainlefebvre4 committed Dec 30, 2024
1 parent aa7a025 commit 5052b7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ permissions:
contents: write

jobs:
pkggodev:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Update pkg.go.dev endpoint
run: curl "https://proxy.golang.org/github.com/germainlefebvre4/cvwonder/@v/${{ github.ref_name }}.info"

goreleaser:
runs-on: ubuntu-latest
steps:
Expand All @@ -35,6 +46,3 @@ jobs:
with:
name: cvwonder
path: dist/*

- name: Update pkg.go.dev endpoint
run: curl "https://proxy.golang.org/github.com/germainlefebvre4/cvwonder/@v/${{ github.ref_name }}.info"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module cvwonder
module github.com/germainlefebvre4/cvwonder

go 1.23.4

Expand Down

0 comments on commit 5052b7c

Please sign in to comment.