From 2891adba952c5fb1f1bcfb2e50fbf9d5f06973e1 Mon Sep 17 00:00:00 2001 From: Ioannis Tsiakkas Date: Sat, 24 Feb 2024 15:40:51 +0200 Subject: [PATCH] test --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}