Skip to content

Commit

Permalink
Automatic package site updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SafeEval committed Apr 8, 2023
1 parent c6b5207 commit 97cece9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- if: github.ref_type == 'tag'
name: Update pkg.go.dev records
run: go list -m "github.com/divergentcodes/jwt-block@${{ github.ref_name }}"
env:
GOPROXY: proxy.golang.org
1 change: 0 additions & 1 deletion internal/core/build.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Package build contains compile-time variables and defaults, overridden by LDFLAGS during build.
package core

// Build-time variables set by LDFLAGS.
Expand Down

0 comments on commit 97cece9

Please sign in to comment.