Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhyanz46 committed Feb 29, 2024
2 parents e45a167 + 29e2071 commit 0231aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
# run: |
# curl -f -X POST \
# -H "Accept: application/vnd.github.v3+json" \
# -H "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
# -H "authorization: Bearer ${{ secrets.TOKEN }}" \
# -H "X-GitHub-Api-Version: 2022-11-28" \
# https://api.github.com/repos/${{ github.repository }}/releases \
# -d '{"tag_name":"${{ steps.bump-semver.outputs.new_version }}", "target_commitish": "${{ github.ref_name }}", "generate_release_notes":true}'
#
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# simple validator using struct properties as rules
# Simple Validator using struct properties as rules

You can integrate with all golang framework using `http.Request` interface

Expand Down

0 comments on commit 0231aae

Please sign in to comment.