Skip to content

Commit 4afe3b1

Browse files
chore: remove id from github action
1 parent 581b7ed commit 4afe3b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: '1.18'
18+
go-version: 1.18
1919
- uses: golangci/golangci-lint-action@v3
2020

2121
build:
@@ -61,7 +61,6 @@ jobs:
6161
username: ${{ secrets.GITLAB_USER }}
6262
password: ${{ secrets.GITLAB_TOKEN }}
6363
- uses: go-semantic-release/action@v1
64-
id: semrel
6564
with:
6665
bin: ./semantic-release
6766
hooks: goreleaser,npm-binary-releaser

0 commit comments

Comments
 (0)