diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2935841..59caf8f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -91,8 +91,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref_name }} - release_name: Release ${{ github.ref_name }} + tag_name: ${{ github.actor_id }} + release_name: Release ${{ github.actor_id }} body: | - Commits included: ${{ steps.get_commits.outputs.commits }}