From 4afe3b11cf63cdea8345b471e0328f8d3462fe2d Mon Sep 17 00:00:00 2001
From: Christoph Witzko <github@christophwitzko.com>
Date: Sun, 29 May 2022 19:27:57 +0200
Subject: [PATCH] chore: remove id from github action

---
 .github/workflows/ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 977279f..a0a112e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/setup-go@v3
         with:
-          go-version: '1.18'
+          go-version: 1.18
       - uses: golangci/golangci-lint-action@v3
 
   build:
@@ -61,7 +61,6 @@ jobs:
           username: ${{ secrets.GITLAB_USER }}
           password: ${{ secrets.GITLAB_TOKEN }}
       - uses: go-semantic-release/action@v1
-        id: semrel
         with:
           bin: ./semantic-release
           hooks: goreleaser,npm-binary-releaser
-- 
GitLab