Skip to content

Commit

Permalink
Trigger pkg.go.dev to fetch new version
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Dec 11, 2024
1 parent 0a52ec2 commit e0bfb6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ jobs:
body: ${{ steps.version_info.outputs.BODY }}
draft: false
prerelease: false

- name: Notify pkg.go.dev
if: github.ref == 'refs/heads/main'
run: |
curl -sSf https://proxy.golang.org/github.com/haimkastner/unitsnet-go/@v/${{ steps.update_version.outputs.VERSION }}.info || echo "Failed to notify pkg.go.dev"

0 comments on commit e0bfb6c

Please sign in to comment.