Skip to content

Commit

Permalink
triggering workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tikarammardi committed Feb 3, 2024
1 parent ec351c4 commit 7fcda0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PUBLISH_RELEASE }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: "v1.0.0"
release_name: "Release v1.0.0"
body: |
Changes in this Release
- First release
Expand Down

0 comments on commit 7fcda0f

Please sign in to comment.