Skip to content

Commit

Permalink
ci(release): vendor go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadv184 committed Apr 16, 2023
1 parent b71daf7 commit d1477e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
go-version: '>=1.20.0'
cache: true
- name: mod-download
run: |
go mod download
go mod vendor
- uses: docker/setup-buildx-action@v2
- name: setup-snapcraft
run: |
Expand Down Expand Up @@ -48,7 +52,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
args: release --clean --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GLOADER_GITHUB_TOKEN }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}

0 comments on commit d1477e8

Please sign in to comment.