Skip to content

Commit

Permalink
Merge pull request #9 from s0ders/ci/remove-double-tag
Browse files Browse the repository at this point in the history
ci: removed double tags at end of workflow
  • Loading branch information
s0ders authored May 1, 2024
2 parents a5351b9 + cd9f7a3 commit c7ce78c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ jobs:
git config --global user.name "${{ env.GIT_CI_USERNAME }}"
git config --global commit.gpgsign true
- name: Tag and Push
- name: Sign Tag and Push
run: |
git tag -a ${{needs.go-build.outputs.semver}} -m "${{needs.go-build.outputs.semver}}"
git tag -s ${{needs.go-build.outputs.semver}}
git push origin ${{needs.go-build.outputs.semver}}

0 comments on commit c7ce78c

Please sign in to comment.