Skip to content

Commit

Permalink
Build from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jul 11, 2023
1 parent 4a771ac commit 1aecc21
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ jobs:
with:
ref: ${{ needs.prepare.outputs.tag }}

- name: Bootstrap uniget
run: |
make snapshot
./uniget --prefix=helper update
./uniget --prefix=helper install go goreleaser syft
- name: Build and release binaries
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
run: |
helper/usr/local/bin/goreleaser release --skip-sbom
docker buildx build --target publish --build-arg GITHUB_TOKEN .

0 comments on commit 1aecc21

Please sign in to comment.