Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverguy25 committed May 31, 2024
1 parent c613233 commit 4eb59dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
git config user.email "[email protected]"
git add .
git commit -m "v${{ inputs.version }}"
../../.github/scripts/tag-go-modules.sh ${{ inputs.version }}
git tag "${{ inputs.version }}"
- name: Publish to prerelease branch
if: inputs.prerelease == true
Expand Down

0 comments on commit 4eb59dd

Please sign in to comment.