Skip to content

Commit

Permalink
ci: Do 2153 pr artifacts (#1339)
Browse files Browse the repository at this point in the history
* only run for PRs to main

* using goreleaser

* updated main to use go releaser

* remove working dir

* fetch-depth: 0

* adding goreleaser config files

* added docker

* added config to lavap and visor

* added nfpms

* added id and binary

* update  pipeline

* --skip=validate

* no need for both snapshot and skip

* use: buildx

* update config

* rename workflow files

* update job name

* matrix strategy

* running on macos as well

* artifact names

* fronJson

* naming

* windows-latest

* update goreleasr files

* update releaser files

* remove packages

* test releaser path

* relative

* cmd/lavad

* remove checkout 0 and upload

* remove redundant test

* remove test

* using goreleasre

* added bot integ

* put checkout first

* pipeline name change

* dockerilfe

* comment docker creation

* remove wip dockerfile

* upload pr binaries

* naming

* artifactgs

* 0

* chmod _x

* remove files

* remove linux specific

* testing GOOS and GOARCH

* remove redundent go version

* update release

* added release to goreleaser

* added flags

* if tag is empty

* wrong condition

---------

Co-authored-by: amitz <[email protected]>
  • Loading branch information
amitza and amitz authored Mar 27, 2024
1 parent 547f2d1 commit 591d584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.release_tag == '' && github.event.inputs.release_tag || github.ref_name }}
ref: ${{ github.event.inputs.release_tag != '' && github.event.inputs.release_tag || github.ref_name }}

- name: Fetch all tags
run: |
Expand Down

0 comments on commit 591d584

Please sign in to comment.