Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Aug 1, 2024
1 parent 82b8cc2 commit d834cde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.22.5"
- name: Setup access for private go modules
run: |
git config --global url."ssh://[email protected]/".insteadOf https://github.com/
- name: Install Dependencies
run: |
go install "github.com/goreleaser/nfpm/v2/cmd/nfpm@latest"
- name: Build Packages
env:
GOPRIVATE: github.com/aerospike/backup-go
GITHUB_TOKEN: ${{ github.token }}
run: |
git config --global url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "https://github.com/"
make packages
# make-packages:
Expand Down

0 comments on commit d834cde

Please sign in to comment.