Skip to content
Snippets Groups Projects
Commit 4afe3b11 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

chore: remove id from github action

parent 581b7eda
Branches
Tags
No related merge requests found
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: '1.18' go-version: 1.18
- uses: golangci/golangci-lint-action@v3 - uses: golangci/golangci-lint-action@v3
build: build:
...@@ -61,7 +61,6 @@ jobs: ...@@ -61,7 +61,6 @@ jobs:
username: ${{ secrets.GITLAB_USER }} username: ${{ secrets.GITLAB_USER }}
password: ${{ secrets.GITLAB_TOKEN }} password: ${{ secrets.GITLAB_TOKEN }}
- uses: go-semantic-release/action@v1 - uses: go-semantic-release/action@v1
id: semrel
with: with:
bin: ./semantic-release bin: ./semantic-release
hooks: goreleaser,npm-binary-releaser hooks: goreleaser,npm-binary-releaser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment