diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 977279f1be527ff9ced954ac90ae87089dc6a757..a0a112eadf577dd2010ff997f90570ffc0674146 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