Skip to content

Commit

Permalink
chore: remove id from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Jun 13, 2022
1 parent 581b7ed commit 4afe3b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4afe3b1

Please sign in to comment.