Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: gouravkrosx <[email protected]>
  • Loading branch information
gouravkrosx committed Apr 19, 2024
1 parent 66f78e1 commit acff741
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,4 @@ jobs:
go-version: 1.22

- name: Build
run: go build -v ./...

- uses: codfish/semantic-release-action@v1
with:
dry_run: true
additional_packages: |
['@semantic-release/exec']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: go build -v ./...

0 comments on commit acff741

Please sign in to comment.