Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Sep 25, 2024
1 parent c42715f commit 0ade541
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,8 @@ jobs:
with:
fetch-depth: 0

# - name: Get dependencies
# run: |
# go get -v -t -d ./...
# if [ -f Gopkg.toml ]; then
# curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
# dep ensure
# fi

- name: Clean up go.mod and go.sum
run: go mod tidy
#
# - name: Reset repository to a clean state
# run: git reset --hard HEAD

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 0ade541

Please sign in to comment.